Checkstyle Results

The following document contains the results of Checkstyle 12.1.2-SNAPSHOT with /home/stoyan/Documents/github/contribution/checkstyle-tester/my_check.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
6386 0 13791 0

Rules

Category Rule Violations Severity
imports AvoidStarImport 28  Warning
AvoidStaticImport 2051  Warning
CustomImportOrder 5020  Warning
ImportOrder 6486  Warning
UnusedImports 206  Warning

Details

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/InjectionAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassPool' 38
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassPool' 38

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/AbstractDatabaseProfileImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.gradle.api.Project' 33
 Warning imports ImportOrder Extra separation in import group before 'org.gradle.api.Project' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.build.qalab.DatabaseAllocation' import. 38

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/DatabaseAllocationCleanUp.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.gradle.BuildAdapter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.gradle.BuildAdapter' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 32

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/DatabaseProfile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.gradle.api.artifacts.Configuration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.gradle.api.artifacts.Configuration' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.build.qalab.DatabaseAllocation' 31

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/DatabaseProfilePlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.gradle.api.Plugin' 36
 Warning imports ImportOrder Extra separation in import group before 'org.gradle.api.Plugin' 36

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/MatrixDotGradleProfile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'groovy.lang.Closure' 29
 Warning imports ImportOrder Extra separation in import group before 'groovy.lang.Closure' 29
 Warning imports ImportOrder Wrong order for 'groovy.lang.Closure' import. 29

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/matrix/MatrixNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.gradle.api.Project' 28
 Warning imports ImportOrder Extra separation in import group before 'org.gradle.api.Project' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.build.gradle.testing.database.DatabaseProfile' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.build.gradle.testing.database.DatabaseProfile' 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.build.qalab.*. 32

hibernate-orm/buildSrc/src/main/groovy/org/hibernate/build/gradle/util/Jdk.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tools.ant.taskdefs.condition.Os' 32
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tools.ant.taskdefs.condition.Os' 32

hibernate-orm/documentation/src/main/docbook/devguide/en-US/chapters/events/extras/AuditInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 4

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/AnnotationsIllustrationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/Event.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/basic/src/test/java/org/hibernate/tutorial/hbm/NativeApiIllustrationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/EntityManagerIllustrationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 32

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/Event.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/EnversIllustrationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 34

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/Event.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 25
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 27

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 25
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 27

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/HibernateUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.osgi.framework.Bundle' 27
 Warning imports ImportOrder Extra separation in import group before 'org.osgi.framework.Bundle' 27

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.osgitest.entity.DataPoint' 25

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 25
 Warning imports UnusedImports Unused import - org.hibernate.Hibernate. 25

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21
 Warning imports ImportOrder Extra separation in import group before 'org.apache.felix.gogo.commands.Action' 21

hibernate-orm/documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 25
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 25

hibernate-orm/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.mchange.v2.c3p0.DataSources' 33
 Warning imports ImportOrder Extra separation in import group before 'com.mchange.v2.c3p0.DataSources' 33
 Warning imports ImportOrder Wrong order for 'com.mchange.v2.c3p0.DataSources' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0MessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Cause' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Cause' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.INFO' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.INFO' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.INFO. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.WARN. 36

hibernate-orm/hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/C3P0ConnectionProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcServices' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcServices' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.spi.JdbcServices' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/IrrelevantEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 29
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 29

hibernate-orm/hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/StatementCacheTest.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.*. 30
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 32
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 32
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/AssertionFailure.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Criteria.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.criterion.CriteriaSpecification' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.criterion.CriteriaSpecification' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/EmptyInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Filter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Hibernate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Interceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/LazyInitializationException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/MultiTenancyStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/NonUniqueObjectException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Query.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.transform.ResultTransformer' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.transform.ResultTransformer' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/ScrollableResults.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Session.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.jdbc.ReturningWork' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.jdbc.ReturningWork' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/SessionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/StaleObjectStateException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Transaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.LocalStatus' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.LocalStatus' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/TypeHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.BasicType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.BasicType' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/UnresolvableObjectException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.pretty.MessageHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/Version.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/AbstractEntityInsertAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/BulkOperationCleanupAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.action.spi.AfterTransactionCompletionProcess' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.action.spi.AfterTransactionCompletionProcess' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRecreateAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionUpdateAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/EntityAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/EntityDeleteAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/EntityIdentityInsertAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/OrphanRemovalAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/QueuedOperationCollectionAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/internal/UnresolvedEntityInsertActions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.PropertyValueException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/action/spi/Executable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/AccessType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Any.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDef.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/BatchSize.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Cache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Cascade.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Check.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Columns.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/DynamicInsert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/DynamicUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/FetchProfile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 31
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/FetchProfiles.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 31
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Filter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/FilterDef.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/FilterDefs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Filters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Formula.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerators.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Index.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/IndexColumn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 31
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/JoinFormula.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Loader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/ManyToAny.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/MapKeyType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NamedQueries.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NamedQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Nationalized.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NaturalIdCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/NotFound.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/OnDelete.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/OptimisticLocking.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/OrderBy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/ParamDef.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Parameter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Parent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Polymorphism.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/RowId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SQLDelete.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SQLInsert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SQLUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SelectBeforeUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Sort.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Source.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/SqlFragmentAlias.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Retention' 30
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.Retention' 30
 Warning imports ImportOrder Wrong order for 'java.lang.annotation.Retention' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Subselect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Synchronize.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Table.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Tables.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Type.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/TypeDef.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/TypeDefs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.PACKAGE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/annotations/Where.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/buildtime/internal/JavassistInstrumenter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.bytecode.ClassFile' 31
 Warning imports ImportOrder Extra separation in import group before 'javassist.bytecode.ClassFile' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/buildtime/spi/AbstractInstrumenter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.spi.ByteCodeHelper' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.spi.ByteCodeHelper' 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/Enhancer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 34
 Warning imports ImportOrder Extra separation in import group before 'javassist.CannotCompileException' 34
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 56
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 56
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 63
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 63

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/internal/FieldInterceptionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/internal/javassist/FieldInterceptorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/internal/javassist/JavassistHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/spi/AbstractFieldInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LazyInitializationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LazyInitializationException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/spi/LazyPropertyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/AccessOptimizerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PropertyAccessException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PropertyAccessException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BulkAccessorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 30
 Warning imports ImportOrder Extra separation in import group before 'javassist.CannotCompileException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BytecodeProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.bytecode.buildtime.spi.ClassFilter' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/FieldTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 34
 Warning imports ImportOrder Extra separation in import group before 'javassist.CannotCompileException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/InstantiationOptimizerAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/JavassistClassTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassClassPath' 33
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassClassPath' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/ProxyFactoryFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.util.proxy.MethodFilter' 29
 Warning imports ImportOrder Extra separation in import group before 'javassist.util.proxy.MethodFilter' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/ReflectionOptimizerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.spi.ReflectionOptimizer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.spi.ReflectionOptimizer' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/TransformingClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.CannotCompileException' 28
 Warning imports ImportOrder Extra separation in import group before 'javassist.CannotCompileException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/spi/AbstractClassTransformerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/bytecode/spi/EntityInstrumentationMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/internal/CacheDataDescriptionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheDataDescription' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheDataDescription' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/internal/NoCachingRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/internal/RegionFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/internal/StandardQueryCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/internal/StandardQueryCacheFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/CacheKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/FilterKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/QueryCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/QueryCacheFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/QueryKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/Region.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/RegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/UpdateTimestampsCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/CacheEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Interceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Interceptor' 28
 Warning imports UnusedImports Unused import - org.hibernate.Interceptor. 28
 Warning imports UnusedImports Unused import - org.hibernate.event.spi.EventSource. 29
 Warning imports UnusedImports Unused import - org.hibernate.persister.entity.EntityPersister. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/CollectionCacheEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/ReferenceCacheEntryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StandardCacheEntryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StructuredCacheEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StructuredCollectionCacheEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StructuredMapCacheEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Basic' 39
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Basic' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 86
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 86

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 31
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/BaselineSessionEventsListenerBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Embeddable' 54
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Embeddable' 54
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 58
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 58

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Environment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.xml.XmlDocument' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.xml.XmlDocument' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ExternalSessionFactoryConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.config.ConfigurationHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.config.ConfigurationHelper' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/FkSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.SimpleValue' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.SimpleValue' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/IndexColumn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Join' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Join' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Mappings.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports UnusedImports Unused import - org.hibernate.mapping.Selectable. 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 41
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 43

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/PropertyInferredData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 35
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 27
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/SecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/Settings.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.cfg.BinderHelper.toAliasEntityMap. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.cfg.BinderHelper.toAliasTableMap. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Comparator' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.Comparator' 29
 Warning imports ImportOrder Wrong order for 'java.util.Comparator' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.AttributeOverride' 35
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.AttributeOverride' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 48
 Warning imports UnusedImports Unused import - org.hibernate.cfg.RecoverableException. 96

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.cfg.BinderHelper.toAliasEntityMap. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.cfg.BinderHelper.toAliasTableMap. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 29
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Access' 34
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Access' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EmbeddedId' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EmbeddedId' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.OrderBy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.OrderBy' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.OrderBy' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Enumerated' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Enumerated' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 40
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.AnnotationReader' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.AnnotationReader' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 120
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 120
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 124
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 124
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 124

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 36
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/ActivationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/HibernateTraversableResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 46
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 48
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 48

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/ValidationMode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyNamingStrategyDelegateAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyNamingStrategyDelegator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3NamingStrategy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3NamingStrategy' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.naming.LegacyNamingStrategyDelegate.LegacyNamingStrategyDelegateContext' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.naming.LegacyNamingStrategyDelegate.LegacyNamingStrategyDelegateContext' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.cfg.naming.LegacyNamingStrategyDelegate.LegacyNamingStrategyDelegateContext. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/cfg/naming/NamingStrategyDelegateAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/classic/Lifecycle.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.naming.NamingException' 35
 Warning imports ImportOrder Extra separation in import group before 'javax.naming.NamingException' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentBag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentElementHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 35
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIdentifierBag.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIndexedElementHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 37
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentListElementHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMapElementHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSortedMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSortedSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/context/internal/JTASessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.Synchronization' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.Synchronization' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ConnectionReleaseMode' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/context/internal/ManagedSessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.ConnectionReleaseMode' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/context/spi/CurrentSessionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/AggregateProjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/CountProjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Criterion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/DetachedCriteria.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Example.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/InExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Junction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Order.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Projection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/ProjectionList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/RowCountProjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/CUBRIDDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Cache71Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/FrontBaseDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.SQLException' 44
 Warning imports ImportOrder Extra separation in import group before 'java.sql.SQLException' 44
 Warning imports ImportOrder Wrong order for 'java.sql.SQLException' import. 44

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Ingres10Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Ingres9Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/IngresDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/InterbaseDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/JDataStoreDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/LobMergeStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/MckoiDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/MySQL57InnoDBDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/MySQL5Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/PointbaseDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/PostgresPlusDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SAPDBDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2008Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.NoArgSQLFunction' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports UnusedImports Unused import - org.hibernate.LockMode. 30
 Warning imports UnusedImports Unused import - org.hibernate.QueryTimeoutException. 32
 Warning imports UnusedImports Unused import - org.hibernate.exception.LockAcquisitionException. 35
 Warning imports UnusedImports Unused import - org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter. 38
 Warning imports UnusedImports Unused import - org.hibernate.exception.spi.ViolatedConstraintNameExtracter. 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.AnsiTrimEmulationFunction' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.AnsiTrimEmulationFunction' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/SybaseDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.sql.BlobTypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.sql.BlobTypeDescriptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/TeradataDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/TimesTenDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/TypeNames.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/AbstractAnsiTrimEmulationFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/CastFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/CharIndexFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/ClassicAvgFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/ConditionalParenthesisFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/ConvertFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/DerbyConcatFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/NvlFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/PositionSubstringFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunctionRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunctionTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/StandardJDBCEscapeFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/StandardSQLFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.Mapping' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.Mapping' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/StaticPrecisionFspTimestampFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.SessionFactoryImplementor' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/TrimFunctionTemplate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/function/VarArgsSQLFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/LockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.StaleObjectStateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.StaleObjectStateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticForceIncrementLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticForceIncrementLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadSelectLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteSelectLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/SelectLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/lock/UpdateLockingStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/pagination/AbstractLimitHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/pagination/LimitHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.RowSelection. 6

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/pagination/NoopLimitHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 6

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2005LimitHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 10

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/resolver/BasicSQLExceptionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/unique/DB2UniqueDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 25

hibernate-orm/hibernate-core/src/main/java/org/hibernate/dialect/unique/DefaultUniqueDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 25

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/HibernateIterator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/ResultSetMappingDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/CacheHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/EntityEntryContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 34
 Warning imports UnusedImports Unused import - org.hibernate.AssertionFailure. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/ForeignKeys.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/JoinSequence.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/NonNullableTransientDependencies.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/Nullability.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/ParameterBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/SessionEventListenerManagerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionEventListener' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionEventListener' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 41
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 43

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/StatisticalLoggingSessionEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.BaseSessionEventListener' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.BaseSessionEventListener' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.BaseSessionEventListener' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/UnsavedValueFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/internal/Versioning.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.SessionImplementor' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.BinaryStreamImpl' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.BinaryStreamImpl' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/CharacterStream.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.InputStream. 26

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/ClobProxy.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.StringReader. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.CharacterStreamImpl' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.CharacterStreamImpl' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/ContextualLobCreator.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.IOException. 25
 Warning imports UnusedImports Unused import - java.io.OutputStream. 27
 Warning imports UnusedImports Unused import - java.io.Writer. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports UnusedImports Unused import - org.hibernate.HibernateException. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/SerializableBlobProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/SerializableClobProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.batch.spi.Batch' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.batch.spi.Batch' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.batch.spi.Batch' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/NonBatchingBatch.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BasicFormatterImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BinaryStreamImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BinaryStream' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BinaryStream' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/CharacterStreamImpl.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.InputStream. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/DDLFormatterImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MultiTenancyStrategy' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MultiTenancyStrategy' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.MultiTenancyStrategy' import. 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcServices' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcServices' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LobCreatorBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LogicalConnectionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/ResultSetReturnImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/ResultSetWrapperImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.ColumnNameCache' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.ColumnNameCache' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/StatementPreparerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/TypeInfoExtracter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ExtractedDatabaseMetaData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.TypeInfo' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.TypeInfo' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcCoordinator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.batch.spi.Batch' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.batch.spi.Batch' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcServices.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/LogicalConnectionImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ResultSetWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.ColumnNameCache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.ColumnNameCache' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlStatementLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.FormatStyle' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.FormatStyle' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.internal.FormatStyle' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/StatementPreparer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ScrollMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ScrollMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/loading/internal/CollectionLoadContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/loading/internal/EntityLoadContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/loading/internal/LoadContexts.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.collection.spi.PersistentCollection' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/loading/internal/LoadingCollectionEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.SessionFactoryImplementor' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/FilterQueryPlan.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/NamedParameterDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeSQLQueryPlan.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/OrdinalParameterDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParamLocationRecognizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryParameterException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryParameterException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Iterator. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/ReturnMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryCollectionReturn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryJoinReturn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryNonScalarReturn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryRootReturn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/BatchFetchQueue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CacheImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Cache' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Cache' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CacheInitiator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CacheImpl' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CascadeStyle.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/EntityKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/EntityUniqueKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/FilterDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/IdentifierValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/LoadQueryInfluencers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/NamedQueryDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/NamedSQLQueryDefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/QueryParameters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/SessionDelegatorBaseImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/SessionImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 32
 Warning imports UnusedImports Unused import - org.hibernate.SQLQuery. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/TypedValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/spi/VersionValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/SynchronizationRegistryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.SynchronizationRegistry' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.SynchronizationRegistry' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.transaction.spi.SynchronizationRegistry' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcIsolationDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/CMTTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/CMTTransactionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaStatusHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransactionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/AbstractTransactionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcCoordinator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcCoordinator' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/RegisteredSynchronization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/SynchronizationCallbackCoordinatorNonTrackingImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/spi/ManagedFlushChecker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.TransactionCoordinator' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.spi.TransactionCoordinator' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/AbstractReassociateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultAutoFlushEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDirtyCheckEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SelfDirtinessTracker' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SelfDirtinessTracker' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultInitializeCollectionEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLockEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultPersistEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.CachedNaturalIdValueSource. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/DefaultUpdateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/EntityCopyAllowedLoggedObserver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventSource' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventSource' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.event.spi.EventSource' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/EvictVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/MergeContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EntityCopyObserver' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EntityCopyObserver' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.event.spi.EntityCopyObserver' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/OnLockVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/OnReplicateVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/OnUpdateVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/ProxyVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/ReattachVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/internal/WrapVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerGroupImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.service.spi.DuplicationStrategy' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.service.spi.DuplicationStrategy' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType.AUTO_FLUSH' 57
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType.AUTO_FLUSH' 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.AUTO_FLUSH. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.DELETE. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.DIRTY_CHECK. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.EVICT. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.FLUSH. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.FLUSH_ENTITY. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.INIT_COLLECTION. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.LOAD. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.LOCK. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.MERGE. 66
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PERSIST. 67
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PERSIST_ONFLUSH. 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COLLECTION_RECREATE. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COLLECTION_REMOVE. 70
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COLLECTION_UPDATE. 71
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COMMIT_DELETE. 72
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COMMIT_INSERT. 73
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_COMMIT_UPDATE. 74
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_DELETE. 75
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_INSERT. 76
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_LOAD. 77
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.POST_UPDATE. 78
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_COLLECTION_RECREATE. 79
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_COLLECTION_REMOVE. 80
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_COLLECTION_UPDATE. 81
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_DELETE. 82
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_INSERT. 83
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_LOAD. 84
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.PRE_UPDATE. 85
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.REFRESH. 86
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.REPLICATE. 87
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.RESOLVE_NATURAL_ID. 88
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.SAVE. 89
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.SAVE_UPDATE. 90
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.event.spi.EventType.UPDATE. 91

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/service/spi/EventListenerGroup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/service/spi/EventListenerRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EventType' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/AbstractCollectionEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/AbstractPreDatabaseOperationEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/AutoFlushEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/DeleteEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/DirtyCheckEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/EventSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/EventType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/EvictEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/FlushEntityEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/FlushEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/InitializeCollectionEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/LoadEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/LoadEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/LockEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/MergeEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PersistEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PostDeleteEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PostInsertEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PostLoadEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PostUpdateEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PreDeleteEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PreInsertEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PreLoadEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/PreUpdateEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.EntityPersister' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/RefreshEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/ReplicateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/ResolveNaturalIdEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/ResolveNaturalIdEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/SaveOrUpdateEvent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityEntry' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityEntry' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/event/spi/SaveOrUpdateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/ConstraintViolationException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/DataException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/GenericJDBCException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/JDBCConnectionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/LockAcquisitionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/SQLGrammarException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/internal/CacheSQLExceptionConversionDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/internal/SQLExceptionTypeDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/internal/SQLStateConversionDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/internal/StandardSQLExceptionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/spi/Configurable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConversionDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConverter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConverterFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.collection.CollectionPropertyNames' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.collection.CollectionPropertyNames' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionSubqueryFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/HolderInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.transform.AliasToBeanConstructorResultTransformer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.transform.AliasToBeanConstructorResultTransformer' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ASTQueryTranslatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.SessionFactoryImplementor' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/DetailedSemanticException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ErrorCounter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlASTFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.tree.Node' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.tree.Node' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlLexer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.Token' 32
 Warning imports ImportOrder Extra separation in import group before 'antlr.Token' 32
 Warning imports ImportOrder Wrong order for 'antlr.Token' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ASTPair' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.ASTPair' 31
 Warning imports ImportOrder Wrong order for 'antlr.ASTPair' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 39
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ASTFactory' 104
 Warning imports ImportOrder Extra separation in import group before 'antlr.ASTFactory' 104
 Warning imports ImportOrder Wrong order for 'antlr.ASTFactory' import. 104

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ParameterTranslationsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.spi.ParameterTranslations' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.spi.ParameterTranslations' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QuerySyntaxException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ANTLRException' 71
 Warning imports ImportOrder Extra separation in import group before 'antlr.ANTLRException' 71
 Warning imports ImportOrder Wrong order for 'antlr.ANTLRException' import. 71

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlASTFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ASTFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.ASTFactory' 28
 Warning imports ImportOrder Wrong order for 'antlr.ASTFactory' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.ast.tree.CollectionFunction' import. 41

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.NullPrecedence' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.NullPrecedence' 32
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 51
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 51
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 51

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/BasicExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 31
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/DeleteExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 26
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 43
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 43
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 43

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractMapComponentNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.SessionFactoryImplementor. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractNullnessCheckNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractRestrictableStatement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractSelectExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AggregateNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.function.SQLFunction' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AggregatedSelectExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.transform.ResultTransformer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.transform.ResultTransformer' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AssignmentSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 32
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 32
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BetweenOperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.StandardBasicTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.StandardBasicTypes' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BinaryArithmeticOperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BinaryLogicOperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/CastFunctionNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 32
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 32
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ConstructorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PropertyNotFoundException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PropertyNotFoundException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/CountNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DeleteStatement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DotNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromClause.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 34
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 34
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.internal.JoinSequence' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.internal.JoinSequence' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.internal.JoinSequence' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/HqlSqlWalkerNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.HqlSqlWalker' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.HqlSqlWalker' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/InLogicOperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Iterator. 28
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 31
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IntoClause.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 33
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/LiteralNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapEntryNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MethodNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 28
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.function.SQLFunction' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/Node.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/OperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/OrderByClause.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/QueryNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ResultVariableRefNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SearchedCaseNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 33
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectClause.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectExpressionList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 28
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.SqlTokenTypes' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.SqlTokenTypes' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SimpleCaseNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 33
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SqlFragment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.param.ParameterSpecification' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.param.ParameterSpecification' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/UnaryArithmeticNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/UnaryLogicOperatorNode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ColumnHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/UpdateStatement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTIterator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTParentsFirstIterator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 33
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.tree.DisplayableNode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.tree.DisplayableNode' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ASTFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.ASTFactory' 33
 Warning imports ImportOrder Wrong order for 'antlr.ASTFactory' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ColumnHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.NameGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.NameGenerator' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/LiteralProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 31
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/NodeTraverser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/PathHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SessionFactoryHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.SemanticException' 29
 Warning imports ImportOrder Wrong order for 'antlr.SemanticException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SyntheticAndFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Extra separation in import group before 'antlr.collections.AST' 29
 Warning imports ImportOrder Wrong order for 'antlr.collections.AST' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ClassicQueryTranslatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ClauseParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/FromParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ParserHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PathExpressionParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PreprocessingParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 44

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/SelectParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/internal/classic/WhereParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/AbstractTableBasedBulkIdHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports UnusedImports Unused import - org.hibernate.engine.jdbc.spi.JdbcServices. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/FilterTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/MultiTableBulkIdStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Mappings' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Mappings' 28
 Warning imports UnusedImports Unused import - org.hibernate.dialect.Dialect. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/ParameterTranslations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/PersistentTableBulkIdStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/QueryTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/QueryTranslatorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/TableBasedDeleteHandlerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/TableBasedUpdateHandlerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.QueryParameters' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/hql/spi/TemporaryTableBulkIdStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Mappings' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Mappings' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/AbstractPostInsertGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/AbstractUUIDGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/Assigned.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/CompositeNestedGeneratedValueGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/Configurable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/ForeignGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/GUIDGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/IdentifierGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/IdentityGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/SelectGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/SequenceGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/SequenceHiLoGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/SequenceIdentityGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/TableHiLoGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/UUIDGenerationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/UUIDGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/UUIDHexGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Dialect' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/Optimizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IntegralDataTypeHolder' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IntegralDataTypeHolder' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStructure.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStyleGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/factory/IdentifierGeneratorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/factory/internal/DefaultIdentifierGeneratorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/factory/internal/MutableIdentifierGeneratorFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory' 5

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/insert/AbstractReturningDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/insert/AbstractSelectingDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/insert/InsertGeneratedIdentifierDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/uuid/CustomVersionOneStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/uuid/Helper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/id/uuid/StandardRandomStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/integrator/internal/IntegratorServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.beanvalidation.BeanValidationIntegrator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.beanvalidation.BeanValidationIntegrator' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.beanvalidation.BeanValidationIntegrator' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/AbstractQueryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/AbstractScrollableResults.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.sql.SQLException. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/CacheImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/CollectionFilterImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/ConnectionObserverStatsBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.ConnectionObserver' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.ConnectionObserver' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.BasicLogger' 41
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.BasicLogger' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 47
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 47
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.DEBUG' 63
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.DEBUG' 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.DEBUG. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.ERROR. 64
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.INFO. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.WARN. 66

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/CriteriaImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/FetchingScrollableResultsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/FilterConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports UnusedImports Unused import - org.hibernate.internal.util.collections.CollectionHelper. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/FilterHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/FilterImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/IteratorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/QueryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/ScrollableResultsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.naming.Reference' 44
 Warning imports ImportOrder Extra separation in import group before 'javax.naming.Reference' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 47

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryObserverChain.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityNotFoundException' 46
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityNotFoundException' 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 48

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/TypeLocatorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TypeHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TypeHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/Cloneable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/ConfigHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/EntityPrinter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/SerializationHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/beans/BeanIntrospectionException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/collections/ArrayHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/collections/BoundedConcurrentHashMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Collections.singletonMap' 56
 Warning imports ImportOrder Extra separation in import group before 'java.util.Collections.singletonMap' 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonMap. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableMap. 57

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.List. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/io/StreamCopier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/jndi/JndiHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/xml/DTDEntityResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.InvalidMappingException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.InvalidMappingException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.InvalidMappingException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/xml/XmlDocument.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/internal/util/xml/XmlDocumentImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jdbc/Expectation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jdbc/Expectations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jdbc/Work.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jmx/HibernateService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 10

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jmx/SessionFactoryStub.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 10

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/AbstractEntityJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/BasicLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/ColumnEntityAliases.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.Loadable' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.Loadable' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/DefaultEntityAliases.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/GeneratedCollectionAliases.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/Loader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 43
 Warning imports UnusedImports Unused import - org.hibernate.engine.jdbc.spi.ResultSetWrapper. 66

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/MultipleBagFetchException.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/OuterJoinableAssociation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/LegacyBatchingCollectionInitializerBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/PaddedBatchingCollectionInitializerBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/SubselectCollectionLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/collection/SubselectOneToManyLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/ComponentCollectionCriteriaInfoProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.collection.QueryableCollection' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.collection.QueryableCollection' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaInfoProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.PropertyMapping' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.PropertyMapping' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaQueryTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/EntityCriteriaInfoProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.entity.PropertyMapping' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.entity.PropertyMapping' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/criteria/ScalarCollectionCriteriaInfoProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.SessionFactoryHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.SessionFactoryHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/custom/ColumnCollectionAliases.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.HashMap. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports UnusedImports Unused import - org.hibernate.dialect.pagination.LimitHandler. 46
 Warning imports UnusedImports Unused import - org.hibernate.dialect.pagination.LimitHelper. 47
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.RowSelection. 49
 Warning imports UnusedImports Unused import - org.hibernate.persister.entity.Lockable. 61

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLCustomQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/AbstractEntityLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/BatchingEntityLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockOptions' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/CollectionElementLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/DynamicBatchingEntityLoaderBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/EntityJoinWalker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/LegacyBatchingEntityLoaderBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/PaddedBatchingEntityLoaderBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/entity/UniqueEntityLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/loader/hql/QueryLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/AbstractAuxiliaryDatabaseObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Any.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/AuxiliaryDatabaseObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Collection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Column.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Component.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/DenormalizedTable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.JoinedIterator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.JoinedIterator' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Formula.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Index.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Join.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/JoinedSubclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/ManyToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/OneToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Property.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Set.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/SimpleAuxiliaryDatabaseObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/SingleTableSubclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Subclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Table.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.LinkedHashSet. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/UnionSubclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/mapping/Value.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metadata/ClassMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/Metadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3DTDEntityResolver' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3DTDEntityResolver' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.EJB3DTDEntityResolver' import. 43

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.Attribute' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.Attribute' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractPluralAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractSingularAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.Attribute' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.Attribute' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/BasicAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/CascadeType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/ComponentAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityIdentifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/HibernateTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/IdGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.CollectionHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.CollectionHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToManyCollectionElement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToOneAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/PluralAttributeBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.PluralAttribute' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.PluralAttribute' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/binding/SetBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.PluralAttribute' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.domain.PluralAttribute' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/domain/AbstractAttributeContainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NotYetImplementedException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NotYetImplementedException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractAuxiliaryDatabaseObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractSimpleValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/AuxiliaryDatabaseObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/BasicAuxiliaryDatabaseObjectImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/Database.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/ForeignKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/InLineView.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/Table.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ColumnRelationalState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/MetaAttributeContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.binding.MetaAttribute' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.binding.MetaAttribute' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataSourceProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.MetadataSources' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.MetadataSources' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.BindingContext' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.BindingContext' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.BindingContext' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContextImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.classmate.MemberResolver' 29
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.classmate.MemberResolver' 29
 Warning imports ImportOrder Wrong order for 'com.fasterxml.classmate.MemberResolver' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.NamingStrategy' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationMetadataSourceProcessorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.Index' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.Index' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 41

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EnumConversionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.AccessType' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.DotName' 112
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.DotName' 112

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 46
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 46

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeNature.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.JPADotNames' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.JPADotNames' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.JPADotNames' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 5

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.PropertyGeneration' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleIdentifierSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SingularAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.PropertyGeneration' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ToOneAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AbstractAttributeTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.StringHelper' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolverImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.HibernateDotNames' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.HibernateDotNames' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.HibernateDotNames' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/CompositeAttributeTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/EnumeratedTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/LobTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/TemporalTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ComponentAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.fasterxml.classmate.ResolvedTypeWithMembers' 41
 Warning imports ImportOrder Extra separation in import group before 'com.fasterxml.classmate.ResolvedTypeWithMembers' 41
 Warning imports ImportOrder Wrong order for 'com.fasterxml.classmate.ResolvedTypeWithMembers' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 52
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 52
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 52

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.AnnotationBindingContext' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.AnnotationBindingContext' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.AnnotationBindingContext' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableHierarchy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBindingContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.NamingStrategy' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 46
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 54
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 54
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 54

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntitySourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.binder.UniqueConstraintSource' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.binder.UniqueConstraintSource' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FilterDefBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FilterDef' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FilterDef' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.FilterDef' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/IdGeneratorBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.GenericGenerator' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/QueryBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TableBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TypeDefBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/AbstractAnnotationFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/ExclusiveAnnotationFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/IndexedAnnotationFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.JPADotNames' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.JPADotNames' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.JPADotNames' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/NameAnnotationFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/NameTargetAnnotationFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractAttributesBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbBasic' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbBasic' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbBasic' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractEntityObjectMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AccessHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AnnotationMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AttributesBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/BasicMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ElementCollectionMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddableAttributesBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.ClassInfo' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddableMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddedIdMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddedMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMappingsMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.Index' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.Index' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotationMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IdMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ListenerMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ManyToManyMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ManyToOneMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MappedSuperclassMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MockHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/OneToManyMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/OneToOneMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationValue' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 6
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults' 12
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults' import. 12

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PropertyMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.jandex.AnnotationInstance' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/TransientMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/VersionMocker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntitySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ManyToManyPluralAttributeElementSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeKeySource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.metamodel.relational.ForeignKey' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.metamodel.relational.ForeignKey' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntitySourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractPluralAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BasicPluralAttributeElementSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ComponentAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/CompositePluralAttributeElementSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmBindingContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.EntityElement' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.EntityElement' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmMetadataSourceProcessorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.JaxbRoot' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.JaxbRoot' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/Helper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateMappingProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.FilterDefinition' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HierarchyBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToOneAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/MappingDocument.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.NamingStrategy' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PluralAttributeKeySourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PropertyAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SingularIdentifierAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/TimestampAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/VersionAttributeSourceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/HibernateTypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports UnusedImports Unused import - org.hibernate.metamodel.binding.CollectionElementNature. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/IdentifierGeneratorResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 48
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 48
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.JaxbRoot' 53
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.JaxbRoot' 53
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.JaxbRoot' import. 53

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataBuilderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/SessionFactoryBuilderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/CollectionFilterKeyParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/DynamicFilterParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/NamedParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/ParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/PositionalParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/param/VersionTypeSeedParameterSpecification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.QueryParameters' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports UnusedImports Unused import - org.hibernate.loader.collection.BatchingCollectionInitializer. 47

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/collection/CollectionPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/collection/NamedQueryCollectionInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 40
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 31
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/Joinable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.type.*. 61
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 64
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 64

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/Loadable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/NamedQueryLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterClassResolverInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.spi.PersisterClassResolver' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.spi.PersisterClassResolver' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.persister.spi.PersisterFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.persister.spi.PersisterFactory' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/persister/internal/StandardPersisterClassResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Collection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Collection' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/pretty/MessageHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/BackrefPropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/BasicPropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33
 Warning imports UnusedImports Unused import - org.hibernate.internal.util.ReflectHelper. 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/DirectPropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports UnusedImports Unused import - org.hibernate.internal.util.ReflectHelper. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/EmbeddedPropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/Getter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/IndexPropertyAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/MapAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/NoopAccessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/PropertyAccessorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/property/Setter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/AbstractLazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.naming.NamingException' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.naming.NamingException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/LazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/ProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jLazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.proxy.HibernateProxy' 49
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.proxy.HibernateProxy' 49

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/map/MapLazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/map/MapProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.proxy.HibernateProxy' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.proxy.HibernateProxy' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/map/MapProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/pojo/BasicLazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityKey' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityKey' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.util.proxy.MethodFilter' 30
 Warning imports ImportOrder Extra separation in import group before 'javassist.util.proxy.MethodFilter' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/SerializableProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/secure/internal/JACCConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/secure/internal/JACCPreDeleteEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreDeleteEvent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreDeleteEvent' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/secure/internal/JACCPreInsertEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreInsertEvent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreInsertEvent' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/secure/internal/JACCPreLoadEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreLoadEvent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreLoadEvent' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/secure/internal/JACCPreUpdateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreUpdateEvent' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.PreUpdateEvent' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/BootstrapServiceRegistryBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.integrator.internal.IntegratorServiceImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.integrator.internal.IntegratorServiceImpl' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/ServiceRegistryBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/StandardServiceInitiators.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.internal.RegionFactoryInitiator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.internal.RegionFactoryInitiator' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/classloading/internal/ClassLoaderServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/classloading/spi/ClassLoaderService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/config/internal/ConfigurationServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/config/internal/ConfigurationServiceInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.config.spi.ConfigurationService' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.config.spi.ConfigurationService' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/config/spi/ConfigurationService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/BootstrapServiceRegistryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.integrator.internal.IntegratorServiceImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.integrator.internal.IntegratorServiceImpl' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 43
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.jaxb.Origin' 46
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.jaxb.Origin' import. 46

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.spi.BasicServiceInitiator' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.spi.BasicServiceInitiator' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/StandardServiceRegistryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.BootstrapServiceRegistry' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.BootstrapServiceRegistry' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/internal/StandardSessionFactoryServiceInitiators.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CacheInitiator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CacheInitiator' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/ConnectionProviderInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DatasourceConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/MultiTenantConnectionProviderInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MultiTenancyStrategy' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MultiTenancyStrategy' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.MultiTenancyStrategy' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/UserSuppliedConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractDataSourceBasedMultiTenantConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractMultiTenantConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.UnknownUnwrapTypeException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/ConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/DataSourceBasedMultiTenantConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/MultiTenantConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/AbstractDialectResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/BasicDialectResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectFactoryInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.dialect.spi.DialectFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.dialect.spi.DialectFactory' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectResolverInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectResolverSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Dialect' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/StandardDialectResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.CUBRIDDialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.CUBRIDDialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/spi/DialectFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/spi/DialectResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jmx/internal/DisabledJmxServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jmx.spi.JmxService' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jmx.spi.JmxService' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jmx/spi/JmxService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jndi.spi.JndiService' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jndi.spi.JndiService' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jndi/spi/JndiService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/AbstractJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/BitronixJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JBossAppServerJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jndi.JndiException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jndi.JndiException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JBossStandAloneJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JOTMJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.classloading.spi.ClassLoaderService' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JOnASJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.spi.JtaPlatformException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.spi.JtaPlatformException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JtaPlatformInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AvailableSettings' import. 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/NoJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.spi.JtaPlatform' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.spi.JtaPlatform' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/SynchronizationRegistryBasedSynchronizationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/TransactionManagerBasedSynchronizationStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/TransactionManagerLookupBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jndi.spi.JndiService' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jndi.spi.JndiService' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/WebSphereExtendedJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/WebSphereJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/jta/platform/spi/JtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/spi/BasicServiceInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/spi/InjectService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/service/spi/ServiceBinding.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.service.Service' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/CaseFragment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/ForUpdateFragment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/InFragment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/Insert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/InsertSelect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/QuerySelect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/SelectFragment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/SelectValues.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Set. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Dialect' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/Template.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/Update.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.CommonAST' 32
 Warning imports ImportOrder Extra separation in import group before 'antlr.CommonAST' 32
 Warning imports ImportOrder Wrong order for 'antlr.CommonAST' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.SQLFunction' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.function.SQLFunction' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentRenderer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.NullPrecedence' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.NullPrecedence' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.NullPrecedence' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentCollectionStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.CollectionStatistics' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.CollectionStatistics' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentEntityStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.EntityStatistics' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.EntityStatistics' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentNaturalIdCacheStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentQueryStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.QueryStatistics' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.QueryStatistics' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentSecondLevelCacheStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CacheKey' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.Region' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.Region' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.spi.Region' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/SessionStatisticsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/stat/internal/StatisticsInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/enhance/EnhancementTask.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassPool' 40
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassPool' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.enhance.spi.EnhancementContext' 49
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.enhance.spi.EnhancementContext' 49

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/ForeignKeyMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/ImportSqlCommandExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.Service' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.Service' 5

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/ImportSqlCommandExtractorInitiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/ManagedProviderConnectionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/MultipleLinesSqlCommandExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.SqlStatementLexer' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.SqlStatementLexer' 6

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 44

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidatorTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 42

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SingleLineSqlCommandExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 9

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SuppliedConnectionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SuppliedConnectionProviderConnectionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.SqlExceptionHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/TableMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tool/instrument/BasicInstrumentationTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.apache.tools.ant.BuildException' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.Instrumenter' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.Instrumenter' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/transaction/TransactionManagerLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/transform/AliasToBeanConstructorResultTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/transform/AliasToBeanResultTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/transform/CacheableResultTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.ArrayHelper' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/transform/DistinctResultTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/Dom4jInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.xml.XMLHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.xml.XMLHelper' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/DynamicMapInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.PersistentClass' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.PersistentClass' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/ElementWrapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.InstantiationException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.InstantiationException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/Property.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.Type' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/AbstractComponentTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentMetamodel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/DynamicMapComponentTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Component' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Component' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/component/PojoComponentTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/DynamicMapEntityTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityTuplizerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/NonPojoInstrumentationMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.FieldInterceptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractBynaryType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractCharArrayType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractLobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractLongStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractSingleColumnStandardBasicType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractStandardBasicType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 32
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AbstractType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 31
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AnyType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ArrayType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/AssociationType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BagType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BigDecimalType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BigIntegerType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BinaryType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BlobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/BooleanType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ByteArrayBlobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ByteType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CalendarDateType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CalendarType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CharacterNCharType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CharacterType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ClobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CollectionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 39
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 39

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ComponentType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 34
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CompositeCustomType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CompositeType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CurrencyType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CustomCollectionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/CustomType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/DateType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/DbTimestampType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/DoubleType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/EmbeddedComponentType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/EntityType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 31
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/EnumType.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 38

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/FloatType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ForeignKeyDirection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.internal.Cascade' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.internal.Cascade' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/IdentifierBagType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ImmutableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/IntegerType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ListType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentList' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentList' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/LocaleType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/LongType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ManyToOneType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/MapType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/MetaType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/MutableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/NClobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/NullableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/NumericBooleanType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/PostgresUUIDType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SerializableToBlobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SerializableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.SerializableTypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.SerializableTypeDescriptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SetType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSet' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSet' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/ShortType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SingleColumnType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SortedMapType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSortedMap' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSortedMap' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SortedSetType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSortedSet' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentSortedSet' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/SpecialOneToOneType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/StandardBasicTypes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.sql.SqlTypeDescriptor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.sql.SqlTypeDescriptor' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/StringClobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TimeType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TimeZoneType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TimestampType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TrueFalseType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/Type.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Node' 32
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Node' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TypeHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/TypeResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/UUIDBinaryType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.UUIDTypeDescriptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.UUIDTypeDescriptor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/UUIDCharType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/UrlType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/VersionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/YesNoType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/JdbcTypeNameMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/AbstractTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BigDecimalTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BigIntegerTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BlobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.BinaryStream' import. 37

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BooleanTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.Boolean.FALSE' 28
 Warning imports ImportOrder Extra separation in import group before 'java.lang.Boolean.FALSE' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.FALSE. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.TRUE. 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ByteArrayTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CalendarDateTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CalendarTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CharacterArrayTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CurrencyTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.BinaryStream' import. 40

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DateTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DoubleTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/FloatTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/IntegerTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JavaTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JdbcDateTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JdbcTimeTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JdbcTimestampTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LocaleTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LongTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/NClobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveByteArrayTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveCharacterArrayTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/SerializableTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.BinaryStream' import. 35

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/StringTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 30

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/TimeZoneTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.WrapperOptions' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/UUIDTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.BytesHelper' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/java/UrlTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicBinder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BigIntTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BitTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BlobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BinaryStream' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BinaryStream' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BooleanTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/ClobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DateTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DecimalTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DoubleTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/IntegerTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NClobTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.CharacterStream' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NVarcharTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/RealTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/SmallIntTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/SqlTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 28

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TimeTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TimestampTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 32

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TinyIntTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/VarbinaryTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/VarcharTypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.ValueBinder' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/usertype/CompositeUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/usertype/UserCollectionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/main/java/org/hibernate/usertype/UserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/main/java/org/hibernate/usertype/UserVersionType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/IrrelevantEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/cache/spi/NaturalIdCacheKeyTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.anyObject. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Matchers.eq. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 33
 Warning imports ImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 33
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/cache/spi/QueryKeyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.SerializationHelper' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.SerializationHelper' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.SerializationHelper' import. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.ClassLoaderHelper' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.ClassLoaderHelper' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.ClassLoaderHelper' import. 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/connection/PropertiesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/DB2DialectTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.Column' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/DerbyDialectTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/PostgreSQL81DialectTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.SQLException' 28
 Warning imports ImportOrder Extra separation in import group before 'java.sql.SQLException' 28
 Warning imports ImportOrder Wrong order for 'java.sql.SQLException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37
 Warning imports ImportOrder Wrong order for 'org.junit.Assert.assertNotNull' import. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.RowSelection' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.RowSelection' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/TestingDialects.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectFactoryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 67
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 67
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 67
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 69

hibernate-orm/hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectResolverTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Dialect' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/engine/jdbc/dialect/internal/StandardDialectResolverTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 30
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.DatabaseMetaData' 32
 Warning imports ImportOrder Extra separation in import group before 'java.sql.DatabaseMetaData' 32
 Warning imports ImportOrder Wrong order for 'java.sql.DatabaseMetaData' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/engine/query/ParameterParserTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.ParameterParser' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.ParameterParser' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.query.spi.ParameterParser' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/event/internal/MergeContextTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.spi.EntityCopyObserver' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.spi.EntityCopyObserver' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.event.spi.EntityCopyObserver' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/AbstractHolderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorNoIncrementTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/enhanced/OptimizerUnitTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.id.IdentifierGeneratorHelper' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/enhanced/SequenceStyleConfigUnitTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/id/uuid/CustomVersionOneStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/jdbc/LobCreatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertSame' 55
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertSame' 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 56

hibernate-orm/hibernate-core/src/test/java/org/hibernate/jdbc/util/BasicFormatterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.FormatStyle' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.internal.FormatStyle' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.internal.FormatStyle' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/jmx/TrivialTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/property/BasicPropertyAccessorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertSame' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertSame' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/service/internal/ConcurrentServiceBindingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/service/internal/ServiceRegistryClosingCascadeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 30
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Field' 32
 Warning imports ImportOrder Extra separation in import group before 'java.lang.reflect.Field' 32
 Warning imports ImportOrder Wrong order for 'java.lang.reflect.Field' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.IrrelevantEntity' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.IrrelevantEntity' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/sql/TemplateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.AfterClass' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.AfterClass' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 48

hibernate-orm/hibernate-core/src/test/java/org/hibernate/subclassProxyInterface/SubclassProxyInterfaceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.CascadeType.ALL' 19
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.CascadeType.ALL' 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.annotations.CascadeType.ALL. 19

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 51

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/SafeMappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 11
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 11
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/SecuredBindingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Boy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 23

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Any' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Any' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AnyMetaDef' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AnyMetaDef' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Any' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Any' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/array/Contest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 12
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Bug.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.Column' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.validator.constraints.Length' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.validator.constraints.Length' 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Mouth.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType.DETACH' 10
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType.DETACH' 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.DETACH. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.REMOVE. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/PersonPair.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.Country' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.Country' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CustomImprovedNamingCollectionElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/DefaultNamingCollectionElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Filter' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Filter' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Filter' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/EntityWithAnElementCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ImprovedNamingCollectionElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.MapKeyType' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.MapKeyType' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Owner.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.IdClass. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/QueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/TestCourse.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FilterDef' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FilterDef' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parent' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parent' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 28
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionId' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionId' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ordered/ElementCollectionSortingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ordered/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 34
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 34
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AnnotationConfiguration' import. 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/MedicalHistory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 24

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/CompositeDerivedIdentityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/DerivedIdentityWithBidirectionalAssociationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneWithDerivedIdentityTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 29
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/a/Dependent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/a/DerivedIdentitySimpleParentIdClassDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/DerivedIdentitySimpleParentEmbeddedIdDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/IdMapManyToOneSpecjTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CompositeKeyDeleteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CustomerInventoryTwo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 30
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.Item' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.Item' 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CustomerTwo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.Item' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.Item' 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b2/IdClassGeneratedValueManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/c/DerivedIdentitySimpleParentEmbeddedDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/a/DerivedIdentityIdClassParentIdClassDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/b/DerivedIdentityIdClassParentEmbeddedIdDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/a/DerivedIdentityEmbeddedIdParentIdClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/b/DerivedIdentityEmbeddedIdParentEmbeddedIdDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/a/DerivedIdentitySimpleParentSimpleDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/b/DerivedIdentitySimpleParentSimpleDepMapsIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/a/DerivedIdentityIdClassParentSameIdTypeIdClassDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/b/DerivedIdentityIdClassParentSameIdTypeEmbeddedIdDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/c/ForeignGeneratorViaMapsIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/a/DerivedIdentityEmbeddedIdParentSameIdTypeIdClassDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/b/DerivedIdentityEmbeddedIdParentSameIdTypeEmbeddedIdDepTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/DollarValueUserType.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.math.BigDecimal. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/EmbeddableIntegratorTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 28
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 28
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/Investor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/MyDateUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/Customer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/NestedEmbeddableMetadataTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.lang.reflect.Field. 26
 Warning imports UnusedImports Unused import - java.lang.reflect.Modifier. 27
 Warning imports UnusedImports Unused import - java.util.HashMap. 29
 Warning imports UnusedImports Unused import - java.util.Map. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertJdbcTypeCode' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertJdbcTypeCode' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertJdbcTypeCode. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Summary.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parent' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parent' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Entity' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CasterStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ContactDetails.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FirstName.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Flight.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.DynamicInsert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.DynamicInsert' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/HibernateAnnotationMappingTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ConcurrentModificationException' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.ConcurrentModificationException' 28
 Warning imports ImportOrder Wrong order for 'java.util.ConcurrentModificationException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LastName.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LocalContactDetails.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Month.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Peugot.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumberType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Ransom.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tool.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Topic.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tree.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Widget.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EntityEnum.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EnumeratedTypeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 3
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/mapkey/MapKeyEnumeratedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/mapkey/User.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.EnumMap' 35
 Warning imports ImportOrder Extra separation in import group before 'java.util.EnumMap' 35
 Warning imports ImportOrder Wrong order for 'java.util.EnumMap' import. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/ormXml/OrmXmlEnumTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 17

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer3.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer4.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer5.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/secondarytable/User.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/SubClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/Animal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/Club.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/Human.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/JoinedSubClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.filter.subclass.SubClassTest' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.filter.subclass.SubClassTest' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/Mammal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/singletable/Animal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/singletable/Human.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/singletable/Mammal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/tableperclass/Animal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/tableperclass/Human.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/tableperclass/Mammal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Gene.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/generics/StateType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/EnumIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 51

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/UUIDGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Bunny.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Furniture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PointyTooth.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/HibernateSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 6
 Warning imports UnusedImports Unused import - org.hibernate.cfg.Environment. 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 55
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 56

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 19
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Bunny.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Furniture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/PointyTooth.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/TwinkleToes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 26
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.FailureExpected' import. 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Passport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionId' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionId' 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CourseStudent.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.IdClass. 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Immutable' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Immutable' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 49

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Sort' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Sort' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Carrot.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Tomato.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorOptions' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorOptions' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AvailableSettings' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Music.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorFormula' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorFormula' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/join/namingstrategy/Life.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/join/namingstrategy/NamingStrategyJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/join/namingstrategy/SimpleCat.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 29
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ObjectNotFoundException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ObjectNotFoundException' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/EntitySerialize.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ExplicitSerializable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.lob.EntitySerialize.CommonSerializable' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.lob.EntitySerialize.CommonSerializable' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ExplicitSerializableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.SerializableToBlobType' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.SerializableToBlobType' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImplicitSerializable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.annotations.lob.EntitySerialize.CommonSerializable' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.annotations.lob.EntitySerialize.CommonSerializable' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImplicitSerializableType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.SerializableToBlobType' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.SerializableToBlobType' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobWithSequenceIdentityGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToBlobTypeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 3
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.AbstractSingleColumnStandardBasicType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.AbstractSingleColumnStandardBasicType' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/hhh4635/LobTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/lob/locator/LobLocatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employee.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Group.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 7
 Warning imports UnusedImports Unused import - javax.persistence.JoinTable. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 7
 Warning imports UnusedImports Unused import - javax.persistence.JoinTable. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 48

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/DefaultNamingManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.Column' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/Employee.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Collection. 4
 Warning imports UnusedImports Unused import - javax.persistence.CascadeType. 5
 Warning imports UnusedImports Unused import - javax.persistence.ManyToMany. 13
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cascade' 15
 Warning imports UnusedImports Unused import - org.hibernate.annotations.Cascade. 15

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/ImprovedManyToManyDefaultsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/Store.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 10
 Warning imports UnusedImports Unused import - javax.persistence.JoinTable. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Frame.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lens.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.JoinColumnOrFormula' 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AnnotationConfiguration' import. 13
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 21
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/A.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/Citizen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/D.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 32
 Warning imports UnusedImports Unused import - org.hibernate.Hibernate. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports UnusedImports Unused import - org.junit.Assert.assertFalse. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Coin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NotFound' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NotFound' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/BankAccount.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 26
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.FetchType. 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/DefaultNullOrderingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Forum.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.LazyCollection' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.LazyCollection' 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Item.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 38
 Warning imports UnusedImports Unused import - org.hibernate.testing.FailureExpected. 50
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 60

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Parent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Post.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.LazyCollection' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.LazyCollection' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Street.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.OnDelete' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 30
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 30
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.PropertyValueException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AnnotationConfiguration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AnnotationConfiguration' import. 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideSchemaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 15
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.util.SchemaUtil' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.util.SchemaUtil' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.test.util.SchemaUtil' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/override/Entry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 15

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Collection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Collection' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.Collection' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.PolymorphismType' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.PolymorphismType' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.PolymorphismType' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.PolymorphismType' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/query/Attrset.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Loader' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Loader' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/query/Employeegroup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 34
 Warning imports UnusedImports Unused import - org.hibernate.testing.TestForIssue. 49
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 56

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 29
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 29
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/quote/User.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 8
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 29
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 29
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverriddenAnnotationReaderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.DocumentException' 79
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.DocumentException' 79
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 86
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 86
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.Columns' import. 86
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 94
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 94
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 94
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 95
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 96
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 97
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 98

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/LogListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/OtherLogListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.io.SAXReader' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.io.SAXReader' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3DTDEntityResolver' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3DTDEntityResolver' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.EJB3DTDEntityResolver' import. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/HighestBid.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Subselect' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Subselect' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/target/LuggageImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Target' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Target' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Cuisine.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Tuplizer' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Tuplizer' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 4
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 6
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 6
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 6
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CollectionTable' 10
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CollectionTable' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 21

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintValidationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Generated' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Generated' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Source' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Source' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/IndexTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.PersistentClass' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.PersistentClass' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.PersistentClass' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Index' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Source' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Source' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ColumnTransformer' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ColumnTransformer' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 54
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 58

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 49
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 53

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 49
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 53

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ast/ASTIteratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.ASTFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'antlr.ASTFactory' 28
 Warning imports ImportOrder Wrong order for 'antlr.ASTFactory' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlTokenTypes' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlTokenTypes' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlTokenTypes' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ast/ASTUtilTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ASTUtil' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.ast.util.ASTUtil' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.ast.util.ASTUtil' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/batch/BatchingBatchFailureTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Field' 31
 Warning imports ImportOrder Extra separation in import group before 'java.lang.reflect.Field' 31
 Warning imports ImportOrder Wrong order for 'java.lang.reflect.Field' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 48

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/batch/NonBatchingBatchFailureTest.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.lang.reflect.Field' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchLoadableEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.BatchSize' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/BeanReflectionHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.property.BasicPropertyAccessor' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.property.BasicPropertyAccessor' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/Address.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/CompositeOwnerTrackerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 32
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 34
 Warning imports ImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 34
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassPool' 43
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassPool' 43
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 48
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 48
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 52
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 52
 Warning imports UnusedImports Unused import - org.hibernate.EntityMode. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/MostBasicEnhancementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/MyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.ManagedEntity' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.ManagedEntity' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.EntityEntry' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/SampleEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityEntry' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.EntityEntry' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/SimpleEntity.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/customer/Customer.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/customer/CustomerEnhancerTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.EntityMode. 30
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 42
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 42
 Warning imports ImportOrder Wrong order for 'javax.persistence.ElementCollection' import. 42
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 45
 Warning imports UnusedImports Unused import - java.util.ArrayList. 47
 Warning imports UnusedImports Unused import - java.util.HashSet. 49
 Warning imports UnusedImports Unused import - java.util.List. 51
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 54
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 60

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/customer/CustomerInventory.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cache/CacheableItem.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cache/InsertedDataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cache/ReferenceCacheTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cache/polymorphism/AbstractCachedItem.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cache/polymorphism/PolymorphicCacheTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 27
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 27
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/CacheableFileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/WrongCircularityDetectionTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 4
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Basic' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Basic' 6
 Warning imports ImportOrder Wrong order for 'javax.persistence.Basic' import. 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 13

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 25
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Portal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Window.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Persister' 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 31
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 31
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/classloader/ProxyInterfaceClassLoaderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/bag/PersistentBagTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/basic/EmailAddress.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/basic/JoinFetchElementCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.FailureExpected' import. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyListType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/User.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionType' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionType' 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionType' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.CollectionType' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentList' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.internal.PersistentList' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/lazynocascade/LazyAssociationNoCascadeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 30
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 30
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 31
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 31
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 35
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/EntityMapTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/ordered/joinedInheritence/Animal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/ordered/joinedInheritence/OrderCollectionOfJoinedHierarchyTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.CollectionHelper' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.CollectionHelper' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.collections.CollectionHelper' import. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/ordered/joinedInheritence/Zoo.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.FetchType. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 33
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 33
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.FailureExpected' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collectionalias/ATable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 30
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collectionalias/CollectionAliasTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collectionalias/TableB.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.AttributeOverride' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.AttributeOverride' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/collectionalias/TableBId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/common/BasicTestingJdbcServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/common/JdbcConnectionAccessImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcConnectionAccess' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.JdbcConnectionAccess' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/common/JournalingConnectionObserver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.ConnectionObserver' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.spi.ConnectionObserver' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/component/basic2/Component.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 4
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ConnectionReleaseMode' import. 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/connections/ConnectionManagementTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27
 Warning imports UnusedImports Unused import - org.hibernate.dialect.H2Dialect. 29
 Warning imports UnusedImports Unused import - org.hibernate.testing.RequiresDialect. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/connections/HibernateCreateBlobFailedCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/connections/SuppliedConnectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/connections/ThreadLocalCurrentSessionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/constraint/ConstraintTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 27
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 27
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Column' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criteria/CriteriaQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 72
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 72
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 72
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 73
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 74
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 75
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 76
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 77

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criteria/LikeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criteria/LongInElementsTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 32
 Warning imports UnusedImports Unused import - org.hibernate.FetchMode. 33
 Warning imports UnusedImports Unused import - org.hibernate.criterion.CriteriaSpecification. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 48

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/criterion/CriterionTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.HibernateException. 27
 Warning imports UnusedImports Unused import - org.hibernate.criterion.CriteriaQuery. 33
 Warning imports UnusedImports Unused import - org.hibernate.criterion.LikeExpression. 35
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.TypedValue. 39
 Warning imports UnusedImports Unused import - org.hibernate.type.Type. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 46
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 46
 Warning imports UnusedImports Unused import - org.hibernate.testing.junit4.BaseUnitTestCase. 47
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 27
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 27
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmountUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.function.AnsiTrimEmulationFunction' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.function.AnsiTrimEmulationFunction' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.function.AnsiTrimEmulationFunction' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/functional/Folder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Formula' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/functional/Product2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 32
 Warning imports UnusedImports Unused import - javax.persistence.Table. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 33
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 33
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 60

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dirtiness/CustomDirtinessStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CustomEntityDirtinessStrategy' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.CustomEntityDirtinessStrategy' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dirtiness/Thing.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/discriminator/DiscriminatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/enums/EnumTypeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 25
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/enums/InvalidEnumeratedJavaTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/enums/TestEnumTypeSerialization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.SerializationHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.SerializationHelper' 28
 Warning imports UnusedImports Unused import - org.hibernate.usertype.DynamicParameterizedType. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/enums/UnspecifiedEnumTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.RequiresDialect' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.RequiresDialect' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/CollectionListeners.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ChildEntity' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ChildEntity' 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractParentWithCollection' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractParentWithCollection' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractParentWithCollection' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractParentWithCollection' 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.Child' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.ParentWithCollection' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/AggregatedCollectionEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.CollectionEntry. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/Alias.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 29
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/BadMergeHandlingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/Character.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/DetachedMultipleCollectionChangeTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 30
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 30
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MergeCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionListeners.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractCollectionEventTest' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.event.collection.AbstractCollectionEventTest' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/eviction/EvictionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 14
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 31
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 31
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/selfReferencing/Employee.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/selfReferencing/JoinSelfReferentialFetchProfileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/fileimport/MultiLineImportFileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/fileimport/SingleLineImportFileTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 61

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/Author.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/Book.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/BookStore.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/Publisher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32
 Warning imports UnusedImports Unused import - org.hibernate.collection.internal.PersistentSet. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 53
 Warning imports UnusedImports Unused import - org.junit.Assert.assertFalse. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 55

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/TestClearBatchFetchQueueAfterFlush.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/flush/UnrelatedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 72
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 72
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.DialectChecks' import. 72
 Warning imports ImportOrder Wrong order for 'org.hibernate.test.any.IntegerPropertyValue' import. 79
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 90
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 90
 Warning imports ImportOrder Wrong order for 'org.jboss.logging.Logger' import. 90
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 92
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 92
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 92
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 93
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 94
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 95
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 96
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 97
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 98
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 99

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 47
 Warning imports ImportOrder Wrong order for 'junit.framework.AssertionFailedError' import. 54
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 59

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/CaseStatementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/CastFunctionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.MySQLDialect' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.MySQLDialect' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ClassificationType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 51

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/Crop.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 25
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/Department.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.GenerationType. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 30
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlSqlTokenTypes' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/Employee.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 28
 Warning imports UnusedImports Unused import - javax.persistence.GenerationType. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 30
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 30
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 33
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 33
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 79
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 79
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 79
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 80
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 81
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 82
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 83

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/HqlParserTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'antlr.RecognitionException' 7
 Warning imports ImportOrder Extra separation in import group before 'antlr.RecognitionException' 7
 Warning imports ImportOrder Wrong order for 'antlr.RecognitionException' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlTokenTypes' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.hql.internal.antlr.HqlTokenTypes' 12
 Warning imports ImportOrder Wrong order for 'org.hibernate.hql.internal.antlr.HqlTokenTypes' import. 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 18
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 19
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/Panel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ParameterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/QueryTranslatorTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.ComparisonFailure' 33
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.ComparisonFailure' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/SubQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/Title.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 28
 Warning imports UnusedImports Unused import - javax.persistence.GenerationType. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/TrtPanel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/TupleSupportTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Collections' 31
 Warning imports ImportOrder Extra separation in import group before 'java.util.Collections' 31
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports UnusedImports Unused import - org.hibernate.Session. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 41
 Warning imports UnusedImports Unused import - org.junit.AfterClass. 42
 Warning imports UnusedImports Unused import - org.junit.BeforeClass. 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 47
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 47
 Warning imports UnusedImports Unused import - org.hibernate.testing.junit4.BaseCoreFunctionalTestCase. 48
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 31
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 31
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/hqlfetchscroll/HQLScrollFetchTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 4
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 5
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 6
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 7
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 8
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 10
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/SQLServer2012SequenceGeneratorTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 3
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5
 Warning imports UnusedImports Unused import - org.hibernate.testing.DialectChecks. 8
 Warning imports UnusedImports Unused import - org.hibernate.testing.RequiresDialectFeature. 10
 Warning imports UnusedImports Unused import - org.hibernate.testing.SkipForDialect. 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/SequenceGeneratorTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 3
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/UseIdentifierRollbackTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.id.IdentifierGeneratorHelper.BasicHolder. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.id.IdentifierGeneratorHelper.BasicHolder. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.id.IdentifierGeneratorHelper.BasicHolder. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.id.IdentifierGeneratorHelper.BasicHolder' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.id.IdentifierGeneratorHelper.BasicHolder. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/identity/joinedSubClass/JoinedSubclassHierarchyWithIdentityGenerationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.DialectChecks' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.DialectChecks' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idgen/identity/joinedSubClass/Super.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.GenerationType.IDENTITY' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.GenerationType.IDENTITY' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.GenerationType.IDENTITY. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.InheritanceType.JOINED. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 49

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.test.immutable.entitywithmutablecollection.AbstractEntityWithOneToManyTest' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.DiscriminatorType.INTEGER' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.DiscriminatorType.INTEGER' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.DiscriminatorType.INTEGER. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.GenerationType.IDENTITY. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.InheritanceType.SINGLE_TABLE. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 10
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 11
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 4
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 4
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/domain/CustomBlobType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Rule' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Rule' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interceptor/CollectionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interceptor/InstantiateInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interceptor/PropertyInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interceptor/StatefulInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/iterate/IterateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jdbc/GeneralWorkTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jdbc/internal/AggressiveReleaseTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 31
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 36
 Warning imports UnusedImports Unused import - org.hibernate.engine.jdbc.spi.JdbcCoordinator. 40
 Warning imports UnusedImports Unused import - org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jdbc/internal/BasicConnectionTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 30
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 30
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jdbc/internal/BatchingTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 30
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 30
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 36
 Warning imports UnusedImports Unused import - org.hibernate.engine.spi.SessionImplementor. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassWithExplicitDiscriminatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports UnusedImports Unused import - org.hibernate.persister.entity.Loadable. 15
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 17
 Warning imports UnusedImports Unused import - org.hibernate.testing.junit4.ExtraAssertions. 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 24

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassWithIgnoredExplicitDiscriminatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 18
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 18
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 22
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 22
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassWithImplicitDiscriminatorTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.DiscriminatorColumn. 3
 Warning imports UnusedImports Unused import - javax.persistence.DiscriminatorType. 4
 Warning imports UnusedImports Unused import - javax.persistence.DiscriminatorValue. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 19
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 23
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertTyping' 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertTyping. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/AbstractJPATest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/lock/JPALockTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 14
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ClassWithIdentityColumn.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/Group.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 28
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NamedNativeQueryTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lazycache/InstrumentCacheTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lazyload/JtaLazyLoadingTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.ArrayList. 26
 Warning imports UnusedImports Unused import - java.util.List. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lazyload/LazyLoadingTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.ArrayList. 26
 Warning imports UnusedImports Unused import - java.util.List. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PropertyValueException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.PropertyValueException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 20
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 20
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/DoubleStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/Foo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 31
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 33
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 33
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 53
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 53

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 4
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 5
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 6
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 7
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 9
 Warning imports ImportOrder Extra separation in import group before 'java.io.ByteArrayInputStream' 9
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 9
 Warning imports UnusedImports Unused import - java.util.Calendar. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 27
 Warning imports UnusedImports Unused import - org.hibernate.type.CalendarType. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/IJTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 54
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 56

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/MultiTableTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 4
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 5
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 6
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 8
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 8
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 19
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 19

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/MultiplicityType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 59
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 63
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 64

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 55
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 57

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/SQLLoaderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/StatisticsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 27
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/JpaLargeBlobTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.IOException' 26
 Warning imports ImportOrder Extra separation in import group before 'java.io.IOException' 26
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LobHelper' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LobHelper' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/LobEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 25
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/LobMergeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/LongStringTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/lob/SerializableTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/locale/LocaleTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Collections' 26
 Warning imports ImportOrder Extra separation in import group before 'java.util.Collections' 26
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/locking/A.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports UnusedImports Unused import - org.junit.After. 28
 Warning imports UnusedImports Unused import - org.junit.Before. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/locking/paging/PagingAndLockingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports UnusedImports Unused import - org.hibernate.LockOptions. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 35
 Warning imports UnusedImports Unused import - org.junit.Ignore. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EmptyInterceptor' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Wrong order for 'junit.framework.Assert' import. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.manytomanyassociationclass.Group' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.manytomanyassociationclass.Group' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/AliasTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Iterator' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.Iterator' 28
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/ConfEntity.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.ALL. 3
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 9
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/PersistentClassVisitorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.JoinedSubclass' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.JoinedSubclass' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.mapping.JoinedSubclass' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/UserConfEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/UserEntity.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.ALL. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.FetchType.EAGER. 4
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 6
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 6
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 6
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 10
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/EnumUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 9

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mapping/usertypes/UserTypeMappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.DuplicateMappingException' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.DuplicateMappingException' 14
 Warning imports ImportOrder Wrong order for 'org.hibernate.DuplicateMappingException' import. 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 23
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 24
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/math/MathTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 25
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 8

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/multitenancy/ConfigurationValidationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 5
 Warning imports ImportOrder Wrong order for 'org.hibernate.ConnectionReleaseMode' import. 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/multitenancy/TestingConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.RequiresDialectFeature' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.RequiresDialectFeature' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Category.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.Serializable. 26
 Warning imports UnusedImports Unused import - java.util.HashMap. 27
 Warning imports UnusedImports Unused import - java.util.Locale. 29
 Warning imports UnusedImports Unused import - java.util.Map. 30
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Basic' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Basic' 33
 Warning imports UnusedImports Unused import - javax.persistence.Basic. 33
 Warning imports UnusedImports Unused import - javax.persistence.CollectionTable. 34
 Warning imports UnusedImports Unused import - javax.persistence.ElementCollection. 35
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 39
 Warning imports UnusedImports Unused import - javax.persistence.MapKeyColumn. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.namingstrategy.Item' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.namingstrategy.Item' 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/namingstrategy/FullyQualifiedEntityNameNamingStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Workflow.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Basic' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Basic' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/nationalized/SimpleNationalizedTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.NClob' 29
 Warning imports ImportOrder Extra separation in import group before 'java.sql.NClob' 29
 Warning imports ImportOrder Wrong order for 'java.sql.NClob' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Nationalized' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Nationalized' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/Building.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Immutable' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Immutable' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.NaturalIdLoadAccess' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.NaturalIdLoadAccess' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.NaturalIdLoadAccess' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/Principal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AnnotationException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.AnnotationException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/User.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/A.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.ManyToOne. 31
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 7

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/Another.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/B.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdStrictReadWriteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 30
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 30
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/A.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/B.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/C.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/D.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.NaturalId' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ondemandload/Inventory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 32
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 32
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ondemandload/LazyLoadingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseCoreFunctionalTestCase' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ondemandload/Product.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ondemandload/Store.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Child.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinColumn. 28
 Warning imports UnusedImports Unused import - javax.persistence.ManyToOne. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 30
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Date' 32
 Warning imports ImportOrder Extra separation in import group before 'java.util.Date' 32
 Warning imports ImportOrder Wrong order for 'java.util.Date' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 16
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 17

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.PersistentObjectException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.PersistentObjectException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.PersistentObjectException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/MergeMultipleEntityCopiesAllowedOrphanDeleteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/MergeMultipleEntityCopiesAllowedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/MergeMultipleEntityCopiesCustomTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/MergeMultipleEntityCopiesDisallowedByDefaultTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ordered/OrderByTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/OrphanTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports UnusedImports Unused import - org.hibernate.testing.FailureExpected. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/PropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/manytomany/ManyToManyOrphanTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 28
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/multilevelcascade/DeleteMultiLevelOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/multilevelcascade/Preisregelung.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/multilevelcascade/Tranche.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 26

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/multilevelcascade/Tranchenmodell.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 26
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/multilevelcascade/DeleteMultiLevelOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 30
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 30
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/orphan/onetomany/DeleteOneToManyOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWork.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.JoinTable. 32
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkPk.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Arrays. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkWithHbmTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/BasicPropertiesTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 51

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/ProxyNarrowingTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 23
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 25
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 25

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 63

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/CompositeKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Embeddable' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Embeddable' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/EntityWithStringCompositeKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Cache' 6

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 30
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 30
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/querycache/StringCompositeKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 5

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotSame' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotSame' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.NativeSQLQueryPlan' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.query.spi.NativeSQLQueryPlan' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.query.spi.NativeSQLQueryPlan' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Criteria' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 53

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 28
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 10

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/schematoolsnaming/StandaloneSchemaToolsNamingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3NamingStrategy' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.EJB3NamingStrategy' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.EJB3NamingStrategy' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/schemaupdate/MigrationTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AvailableSettings' import. 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.tool.hbm2ddl.SchemaExport' import. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportSuppliedConnectionTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.junit.After. 26
 Warning imports UnusedImports Unused import - org.junit.Before. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 29
 Warning imports UnusedImports Unused import - org.hibernate.cfg.Environment. 30
 Warning imports UnusedImports Unused import - org.hibernate.service.ServiceRegistry. 31
 Warning imports UnusedImports Unused import - org.hibernate.testing.ServiceRegistryBuilder. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/schemavalidation/SynonymValidationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/service/ClassLoaderServiceImplTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 4
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 5
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.ByteArrayOutputStream' 7
 Warning imports ImportOrder Extra separation in import group before 'java.io.ByteArrayOutputStream' 7
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayOutputStream' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 14
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.integrator.spi.Integrator' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.integrator.spi.Integrator' 16

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/service/ServiceBootstrappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 28
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 45

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.cfg.Configuration. 26
 Warning imports UnusedImports Unused import - org.hibernate.cfg.Environment. 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.JDBCException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.JDBCException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 11
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 13
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.testing.junit4.ExtraAssertions.assertClassAssignability. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 53

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SQLQuery' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SQLQuery' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.SQLQuery' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/sql/refcursor/CursorFromCallableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ScrollMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ScrollMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ScrollMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/stats/SessionStatsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 44
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 46

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subselect/CompositeIdTypeBindingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subselect/EmployeeGroup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subselect/SubselectTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/temporal/MySQL57TimestampFspFunctionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.GeneratedValue' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.GeneratedValue' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/temporal/MySQL57TimestampPropertyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 37
 Warning imports UnusedImports Unused import - org.hibernate.dialect.MySQLDialect. 42
 Warning imports UnusedImports Unused import - org.hibernate.dialect.SybaseDialect. 43
 Warning imports UnusedImports Unused import - org.hibernate.testing.SkipForDialect. 45
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 49
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/temporal/TimePropertyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/temporal/TimestampPropertyTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.Column. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 37
 Warning imports UnusedImports Unused import - org.hibernate.annotations.Generated. 39
 Warning imports UnusedImports Unused import - org.hibernate.annotations.GenerationTime. 40
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 46
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ConnectionReleaseMode' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 52

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/tm/TransactionTimeoutTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/transaction/jdbc/TestExpectedUsage.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/transaction/jta/BasicDrivingTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/transaction/jta/ManagedDrivingTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Extra separation in import group before 'java.sql.PreparedStatement' 31
 Warning imports ImportOrder Wrong order for 'java.sql.PreparedStatement' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 37
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 39

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/BasicTypeRegistryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.AbstractSingleColumnStandardBasicType' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.AbstractSingleColumnStandardBasicType' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 50
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 54

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/TypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.EntityMode' import. 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 81
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 81
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 81
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 83
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 83
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 83
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 84

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/AbstractDescriptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.JavaTypeDescriptor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.JavaTypeDescriptor' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.BaseUnitTestCase' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.BaseUnitTestCase' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BigDecimalDescriptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BigIntegerDescriptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BlobDescriptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BlobProxy' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.BlobProxy' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.BlobProxy' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/LocaleTypeDescriptorTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Locale' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.Locale' 28
 Warning imports ImportOrder Wrong order for 'java.util.Locale' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/PreparedStatementProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/StringValueMappingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.LobCreator' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.jdbc.LobCreator' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.jdbc.LobCreator' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 44

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typedescriptor/ByteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 29

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 30

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotSame. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 31

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 10
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 12
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 12

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.sql.Connection' 29
 Warning imports ImportOrder Extra separation in import group before 'java.sql.Connection' 29
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unidir/Child1.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 3
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unidir/Child2.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 3
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 4

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unidir/Parent1.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 23

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/JoinedIterableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.JoinedIterable' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.collections.JoinedIterable' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.collections.JoinedIterable' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 42

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/PropertiesHelperTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 4
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 4
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.config.ConfigurationHelper' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.config.ConfigurationHelper' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.config.ConfigurationHelper' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 10
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 10
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 11
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 14

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 27

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/SerializationHelperTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/StringHelperTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.StringHelper' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.util.StringHelper' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/util/dtd/EntityResolverTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 38

hibernate-orm/hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FetchMode' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.FetchMode' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 33

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/AbstractEhcacheRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 29
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 34

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheMessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.WARN' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.WARN' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.WARN. 32

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 30
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 35

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/SingletonEhCacheRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 31
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 35

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/HibernateNonstopCacheExceptionHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheMessageLogger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheMessageLogger' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.ehcache.EhCacheMessageLogger' import. 29

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareCollectionRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareEntityRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareNaturalIdRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheCollectionRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 29
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheDataRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 32
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 37

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheEntityRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheGeneralDataRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 33

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheNaturalIdRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 29
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheQueryResultsRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory' 30

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTimestampsRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory' 30

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTransactionalDataRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 35

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/AbstractReadWriteEhcacheAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 33

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheMessageLogger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheMessageLogger' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.ehcache.EhCacheMessageLogger' import. 28

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheCollectionRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheEntityRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheNaturalIdRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 29

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/util/HibernateUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Ehcache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 38

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CacheRegionStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.SecondLevelCacheStatistics' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.SecondLevelCacheStatistics' 40

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CacheRegionUtils.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 26

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/CollectionStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.CollectionStatistics' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.CollectionStatistics' 40

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheHibernate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 33
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheHibernateMBeanRegistration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 28
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 30

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheHibernateMBeanRegistrationImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheException' 32
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheException' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 38

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EhcacheStatsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.Cache' 33
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.Cache' 33

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/EntityStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.EntityStatistics' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.EntityStatistics' 40

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/HibernateStatsImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.hibernate.management.api.HibernateStats' 34
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.hibernate.management.api.HibernateStats' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 36

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/NullHibernateStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.hibernate.management.api.HibernateStats' 33
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.hibernate.management.api.HibernateStats' 33

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/ProviderMBeanRegistrationHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 33
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 36

hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/management/impl/QueryStats.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.stat.QueryStatistics' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.stat.QueryStatistics' 40

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/EhcacheStatsImplTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.is' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.is' 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 9
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 10

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/HibernateCacheTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 4
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 5
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Date' 7
 Warning imports ImportOrder Extra separation in import group before 'java.util.Date' 7
 Warning imports ImportOrder Wrong order for 'java.util.Date' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers' 11

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheRegionFactory' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheRegionFactory' 6

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheRegionFactory' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.ehcache.EhCacheRegionFactory' 5

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 41

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/management/impl/RegisterMBeansTaskTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 31
 Warning imports ImportOrder Extra separation in import group before 'net.sf.ehcache.CacheManager' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34

hibernate-orm/hibernate-ehcache/src/test/java/org/hibernate/test/domain/EventManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 24
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 24

hibernate-orm/hibernate-enhance-maven-plugin/src/main/java/org/hibernate/bytecode/enhance/plugins/MavenEnhancePlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassPool' 35
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassPool' 35
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 39
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.ElementCollection' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 46
 Warning imports ImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 46

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 66
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 66
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 68
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 68
 Warning imports ImportOrder Wrong order for 'org.hibernate.AssertionFailure' import. 68

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractQueryImpl.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_CACHEABLE. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_CACHE_MODE. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_CACHE_REGION. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_COMMENT. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_FETCH_SIZE. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_FLUSH_MODE. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_READONLY. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.HINT_TIMEOUT. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.ejb.QueryHints.SPEC_HINT_TIMEOUT. 34
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Calendar' 36
 Warning imports ImportOrder Extra separation in import group before 'java.util.Calendar' 36
 Warning imports ImportOrder Wrong order for 'java.util.Calendar' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CacheRetrieveMode' 43
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CacheRetrieveMode' 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 51
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 51

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.naming.BinaryRefAddr' 49
 Warning imports ImportOrder Extra separation in import group before 'javax.naming.BinaryRefAddr' 49
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 63
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 63

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 45
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 47
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 47

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.common.util.ReflectHelper' import. 37

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.util.PersistenceUtilHelper' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.util.PersistenceUtilHelper' 34

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.TemporalType.DATE. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.TemporalType.TIME. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.TemporalType.TIMESTAMP. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Calendar' 30
 Warning imports ImportOrder Extra separation in import group before 'java.util.Calendar' 30
 Warning imports ImportOrder Wrong order for 'java.util.Calendar' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.NoResultException' 39
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.NoResultException' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 48

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/TransactionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/connection/InjectedDataSourceConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaBuilderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.EntityManagerFactoryImpl' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.EntityManagerFactoryImpl' 45

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryCompiler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManagerImplementor' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManagerImplementor' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.HibernateEntityManagerImplementor' import. 44

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManagerImplementor' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManagerImplementor' 42

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaSubqueryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.expression.ExpressionImpl' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.expression.ExpressionImpl' 42

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/QueryStructure.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.path.RootImpl' 47
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.path.RootImpl' 47

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/AbstractTupleElement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.AbstractNode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.AbstractNode' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/BinaryArithmeticOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CoalesceExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CompoundSelectionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ConcatExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/EntityTypeExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ExpressionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ListIndexExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/LiteralExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/MapEntryExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullLiteralExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullifExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ParameterExpressionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/PathTypeExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SearchedCaseExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SelectionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SimpleCaseExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SizeOfCollectionExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SubqueryComparisonModifierExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/UnaryArithmeticOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AbsFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AggregationFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/BasicFunctionExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CastFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentDateFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimeFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimestampFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LengthFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LocateFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LowerFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/ParameterizedFunctionExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SqrtFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SubstringFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/TrimFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.criteria.CriteriaBuilder.Trimspec' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.criteria.CriteriaBuilder.Trimspec' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/UpperFunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractFromImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.BasicPathUsageException' 48
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.BasicPathUsageException' 48

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractJoinImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 37

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/CollectionAttributeJoin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CollectionJoinImplementor' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CollectionJoinImplementor' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/ListAttributeJoin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapAttributeJoin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapKeyHelpers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 39

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributeJoinSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributePath.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/RootImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SetAttributeJoin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributeJoin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributePath.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 34

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractPredicateImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractSimplePredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BetweenPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanAssertionPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanExpressionPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanStaticAssertionPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ComparisonPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/CompoundPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExistsPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExplicitTruthValueCheck.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/InPredicate.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.ejb.criteria.*. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 29
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 29
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/IsEmptyPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/LikePredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/MemberOfPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 30

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/NullnessPredicate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.criteria.CriteriaBuilderImpl' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/engine/spi/EJB3CascadeStyle.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.engine.spi.CascadeStyle.STYLES. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadeStyle' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadeStyle' 26
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.spi.CascadeStyle' import. 26

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/engine/spi/EJB3CascadingAction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/Callback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 35

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/CallbackResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.ReflectionManager' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.ReflectionManager' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.common.reflection.ReflectionManager' import. 41

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3AutoFlushEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadingAction' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadingAction' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3DeleteEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultDeleteEventListener' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultDeleteEventListener' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadingAction' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CascadingAction' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3MergeEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultMergeEventListener' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultMergeEventListener' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3PersistEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.engine.spi.EJB3CascadeStyle' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.engine.spi.EJB3CascadeStyle' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultSaveEventListener' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultSaveEventListener' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveOrUpdateEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultSaveOrUpdateEventListener' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.event.internal.DefaultSaveOrUpdateEventListener' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EntityCallbackHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.ReflectionManager' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.ReflectionManager' 36

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/JpaIntegrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/ListenerCallback.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/instrument/InterceptFieldClassFileTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.bytecode.buildtime.spi.ClassFilter' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerFactoryRegistry.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerMessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Cause' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Cause' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.DEBUG' 36
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.DEBUG' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.DEBUG. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.ERROR. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.INFO. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.WARN. 39

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractAttribute.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.util.ReflectHelper' 35

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractManagedType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 41

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.metamodel.IdentifiableType. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.annotations.common.AssertionFailure' import. 41

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/EmbeddableTypeImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.type.ComponentType' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.type.ComponentType' 27

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetadataContext.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.mapping.*. 28
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Field' 31
 Warning imports ImportOrder Extra separation in import group before 'java.lang.reflect.Field' 31
 Warning imports ImportOrder Wrong order for 'java.lang.reflect.Field' import. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 29
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 29
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.metamodel.*. 34

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/PluralAttributeImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.mapping.Property' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.mapping.Property' 37

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/AbstractJarVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.bytecode.AnnotationsAttribute' 33
 Warning imports ImportOrder Extra separation in import group before 'javassist.bytecode.AnnotationsAttribute' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.internal.EntityManagerMessageLogger' import. 37

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/ExplodedJarVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.internal.EntityManagerMessageLogger' import. 36

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/FileZippedJarVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.internal.EntityManagerMessageLogger' import. 37

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/InputStreamZippedJarVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.internal.EntityManagerMessageLogger' import. 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarProtocolVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.AssertionFailure' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarVisitorFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.internal.EntityManagerMessageLogger' 33

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/NativeScanner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 35

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/PersistenceXmlLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 44
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 54
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 54
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.AvailableSettings' import. 54

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/XmlHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.w3c.dom.Element' 27
 Warning imports ImportOrder Extra separation in import group before 'org.w3c.dom.Element' 27

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/CacheModeHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/ConfigurationHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 31

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/LockModeTypeHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 28

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/NamingHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.AvailableSettings' import. 32

hibernate-orm/hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/PersistenceUtilHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.AssertionFailure' 17

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.Address' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.Address' 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 31

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/ParameterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/QueryBuilderTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 28
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 28
 Warning imports UnusedImports Unused import - java.util.Collection. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.Customer_' import. 53

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 33
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 38

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 29
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 29
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 42

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/CastTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.SybaseASE157Dialect' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.SybaseASE157Dialect' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.SybaseASE157Dialect' import. 37
 Warning imports UnusedImports Unused import - org.hibernate.dialect.SybaseASE157Dialect. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Date3Type.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 11

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.math.BigDecimal' 28
 Warning imports ImportOrder Extra separation in import group before 'java.math.BigDecimal' 28
 Warning imports ImportOrder Wrong order for 'java.math.BigDecimal' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 33
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 41

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/MapKeyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.Employee' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.Employee' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 36

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Payment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Wrong order for 'javax.persistence.Column' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 12

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/PredicateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/components/ComponentCriteriaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.SybaseASE15Dialect' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.SybaseASE15Dialect' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.SybaseASE15Dialect' import. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 27
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 27

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/Customer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 27
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 27

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/EmbeddedTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/Employee.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 27

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/MappedSuperclassTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.TestForIssue' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 34

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/BaseEntityManagerFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/Cat.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 25
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 25

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CountEntityWithCompositeIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.core.Is.is' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hamcrest.core.Is.is' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.Is.is. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 34

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityManagerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 59

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/MyNamingStrategyDelegator.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.cfg.naming.NamingStrategyDelegate. 29
 Warning imports UnusedImports Unused import - org.hibernate.cfg.naming.NamingStrategyDelegator. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/AssociationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 7

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cacheable/annotation/ConfigurationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.internal.NoCachingRegionFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.internal.NoCachingRegionFactory' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.internal.NoCachingRegionFactory' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cacheable/cachemodes/SharedCacheModesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.CacheMode' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 15
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 19

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/CascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 31

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 38

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType.DETACH' 39
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType.DETACH' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.DETACH. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - javax.persistence.CascadeType.REMOVE. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 43

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 13

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.Query. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 34
 Warning imports UnusedImports Unused import - org.hibernate.ejb.HibernateEntityManager. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Student.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 10

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Teacher.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 12

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.OrderBy' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.OrderBy' 14

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransientPropertyValueException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransientPropertyValueException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.TransientPropertyValueException' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 36

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/DataSourceInjectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernatePersistence' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernatePersistence' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.HibernatePersistence' import. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/PersistenceUnitInfoImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ConfigurationObjectSettingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerFactorySerializationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AvailableSettings' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 46
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 47

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerSerializationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManager' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernateEntityManager' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.HibernateEntityManager' import. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ExceptionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 6

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/InterceptorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/LocalExceptionInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CallbackException' 6

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/NamingStrategyDelegatorConfigurationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersistenceUnitInfoAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernatePersistence' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.HibernatePersistence' 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.EntityMode' 31

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 10
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 13

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/SessionFactoryObserverTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 28

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/Cable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 27

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/FunkyIdGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 25
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 25

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/FunkyIdentifierGeneratorProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.cfg.spi.IdentifierGeneratorStrategyProvider' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.cfg.spi.IdentifierGeneratorStrategyProvider' 26

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/IdentifierGeneratorStrategyProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.AvailableSettings' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.AvailableSettings' import. 29

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushModeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 33

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/GetReferenceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeMultipleEntityCopiesAllowedLoggedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeMultipleEntityCopiesAllowedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36
 Warning imports ImportOrder Wrong order for 'org.junit.Assert.assertEquals' import. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 38

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeMultipleEntityCopiesCustomTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 39
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeMultipleEntityCopiesDisallowedByDefaultTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.TestCase.fail' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeMultipleEntityCopiesDisallowedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 28

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 35

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RefreshTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RemoveTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 34

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 34

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/ExceptionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 42

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/hibernateFilters/Account.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Filter' 31

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/hibernateFilters/EntityManagerWithFilteredSessionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InstrumentedClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer' 9

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InterceptFieldClassFileTransformerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.ClassPool' 10
 Warning imports ImportOrder Extra separation in import group before 'javassist.ClassPool' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 16

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/Simple.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer' 6

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/jee/OrmVersionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.InvalidMappingException' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.InvalidMappingException' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.InvalidMappingException' import. 42

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/BlobTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTest.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.testing.*. 34
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 38
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 38
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 38
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 38
 Warning imports ImportOrder Wrong order for 'java.util.HashMap' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.*' 47
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 47

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 18

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.LockMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/mapping/QuotingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 29

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/MetadataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 43
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 43
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 43
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 54

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/SecondMetadataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/StaticMetadataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/attribute/MappedSuperclassWithAttributesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embedded/MappedSuperclassWithEmbeddedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/MappedSuperclassWithEmbeddedIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/MappedSuperclassWithEntityWithIdClassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/FindTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 31

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/GetLoadTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeNewTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/PersistTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 43

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/orphan/onetomany/DeleteOneToManyOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 36

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/orphan/onetoone/A.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/orphan/onetoone/B.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/orphan/onetoone/OneToOneOrphanTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 33

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/orphan/onetoone/multilevelcascade/DeleteMultiLevelOrphansTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/CustomScanner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.packaging.NamedInputStream' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.packaging.NamedInputStream' 7

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/JarVisitorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 42
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 59
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 62
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 63

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagedEntityManagerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 68
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 68
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 69
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertSame. 70
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 71
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 72

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagingTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.shrinkwrap.api.ArchivePath' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.shrinkwrap.api.ArchivePath' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.Cat' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.Cat' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.Cat' import. 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 71
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 71
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 71

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/ScannerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.H2Dialect' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.H2Dialect' import. 39
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 49

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/CachedQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 43

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/Employee.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/QueryTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 29
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 31
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 31
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 36
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 41

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 43
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 44

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Map' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.Map' 29
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports UnusedImports Unused import - org.hibernate.exception.GenericJDBCException. 45

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/GetIdentifierTest.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'javax.persistence.EntityManager' import. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/IsLoadedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 33

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.util.PersistenceUtilHelper' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.util.PersistenceUtilHelper' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.util.PersistenceUtilHelper' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/JpaEntityNameTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 10

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 32

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33
 Warning imports UnusedImports Unused import - org.hibernate.Session. 33

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' import. 30

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/collection/Parent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/collection/PostLoadTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 3
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.HashSet' 5
 Warning imports ImportOrder Extra separation in import group before 'java.util.HashSet' 5
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 8
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 10

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/basic/ListIndexTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 29
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 29
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest' 37

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/simplecase/BasicSimpleCaseTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 36

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/temporal/TemporalTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 26
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase' 34

hibernate-orm/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/transaction/TransactionRolledBackInDifferentThreadTest.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 26
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Map' 28
 Warning imports ImportOrder Extra separation in import group before 'java.util.Map' 28
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 30
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 35

hibernate-orm/hibernate-envers/src/demo/java/org/hibernate/envers/demo/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/demo/java/org/hibernate/envers/demo/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/demo/java/org/hibernate/envers/demo/TestConsole.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 36

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/AuditOverride.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 6
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 6
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 6
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 7
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 8
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 9

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/AuditOverrides.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 5
 Warning imports ImportOrder Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' 5
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 5
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 6
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 7
 Warning imports AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 8

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/AuditReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/AuditReaderFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/CrossTypeRevisionChangesReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Pair' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Pair' 7

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/DefaultTrackingModifiedEntitiesRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Fetch' 12

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/AuditConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/AuditEntitiesConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.strategy.DefaultAuditStrategy' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.strategy.DefaultAuditStrategy' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.getProperty' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.getProperty' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.getProperty. 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/ClassesAuditingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 9

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/EntitiesConfigurator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 33
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 40

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.getProperty. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Properties' 27
 Warning imports ImportOrder Extra separation in import group before 'java.util.Properties' 27
 Warning imports ImportOrder Wrong order for 'java.util.Properties' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/PersistentClassGraphDefiner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 33

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditEntityNameRegister.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 5

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 32

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/BasicMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/CollectionMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 37
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 40

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ComponentMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 4
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 4
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData' 6

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/EntityXmlMappingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Document' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/IdMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Element' 27
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Element' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Attribute' 28
 Warning imports ImportOrder Extra separation in import group before 'org.dom4j.Attribute' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.StringTools' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.StringTools' 32

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/QueryGeneratorBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ToOneRelationMetadataGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AnnotationsMetadataReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.newHashMap. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.newHashSet. 36

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/ClassAuditingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.newHashMap. 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/ComponentAuditingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.newHashMap. 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/PersistentPropertiesSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.common.reflection.XClass' 4

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/PropertyAuditingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.GeneratedValue' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.GeneratedValue' 31
 Warning imports ImportOrder Wrong order for 'javax.persistence.GeneratedValue' import. 31
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 35

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdTrackingModifiedEntitiesRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 30
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 30
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 30
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 30
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityConfiguration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.ExtendedPropertyMapper' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.ExtendedPropertyMapper' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityInstantiator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 36
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 36
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 36

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/IdMappingData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.id.IdMapper' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.id.IdMapper' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/RevisionTypeType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/CompositeMapperBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ExtendedPropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/MultiPropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PersistentCollectionChangeData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Pair' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Pair' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SubclassPropertyMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/AbstractCompositeIdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/AbstractIdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.query.Parameters' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.query.Parameters' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/EmbeddedIdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/IdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.query.Parameters' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.query.Parameters' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/MultipleIdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/SingleIdMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 37

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractOneToOneMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.NonUniqueResultException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.NonUniqueResultException' 7

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractToOneMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 7

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/BasicCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ListCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/MapCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOnePrimaryKeyJoinColumnMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/SortedMapCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/SortedSetCollectionMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneEntityLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 5

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.Serializable. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports UnusedImports Unused import - org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor. 35
 Warning imports UnusedImports Unused import - org.hibernate.persister.entity.EntityPersister. 39

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleComponentMapper.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.ElementCollection. 27
 Warning imports UnusedImports Unused import - javax.persistence.Embeddable. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleDummyComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleEmbeddableComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleMapKeyIdComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleMapKeyPropertyComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleRelatedComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleSimpleComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleStraightComponentMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessionImplementor.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.Serializable. 25
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 27
 Warning imports UnusedImports Unused import - org.hibernate.envers.entities.EntitiesConfigurations. 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/AbstractCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 27

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/ArrayCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/BasicCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/ListCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/MapCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/SortedMapCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/SortedSetCollectionInitializor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/CollectionProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/MapProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/SortedMapProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor' 32

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/AbstractRelationQueryGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 38

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneAuditEntityQueryGenerator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.strategy.AuditStrategy' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS_DEF_AUD_STR. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 36

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneEntityQueryGenerator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.strategy.AuditStrategy' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 35

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/ThreeEntityQueryGenerator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.strategy.AuditStrategy' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.INDEX_ENTITY_ALIAS. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.INDEX_ENTITY_ALIAS_DEF_AUD_STR. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS_DEF_AUD_STR. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 40

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityOneAuditedQueryGenerator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.strategy.AuditStrategy' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 36

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityQueryGenerator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.strategy.AuditStrategy' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.DEL_REVISION_TYPE_PARAMETER. 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS_DEF_AUD_STR. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 38

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.collection.spi.PersistentCollection' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversEventListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/event/EnversIntegrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPreCollectionRemoveEventListenerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CollectionEntry' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.CollectionEntry' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/internal/EnversMessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.WARN' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.WARN' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.WARN. 32

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQueryCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkNotNull. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkPositive. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.getTargetClassIfProxied. 34

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AggregatedAuditExpression.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditConjunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditDisjunction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.AuditConfiguration' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditProperty.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.criterion.MatchMode' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.criterion.MatchMode' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/CriteriaTools.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionFactoryImplementor' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/impl/AbstractAuditQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.CacheMode' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS' 49
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 49

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesAtRevisionQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REFERENCED_ENTITY_ALIAS_DEF_AUD_STR. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 40

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesModifiedAtRevisionQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 6

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/query/impl/RevisionsOfEntityQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.RevisionType' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.RevisionType' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 49
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkNotNull. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkPositive. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.getTargetClassIfProxied. 51

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/reader/CrossTypeRevisionChangesReaderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.ArgumentsTools.checkNotNull' 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkNotNull. 21
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.ArgumentsTools.checkPositive. 22

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/reader/FirstLevelCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.internal.EnversMessageLogger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.internal.EnversMessageLogger' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.internal.EnversMessageLogger' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.Tools.newHashMap' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Tools.newHashMap. 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Triple.make. 33

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/DefaultRevisionInfoGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/DefaultTrackingModifiedEntitiesRevisionInfoGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity' 7

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/ModifiedEntityNamesReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 5

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/RevisionInfoGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/RevisionInfoQueryCreator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/strategy/AuditStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/strategy/DefaultAuditStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS_DEF_AUD_STR' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS_DEF_AUD_STR' 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS_DEF_AUD_STR. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 16

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidTimeAuditStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.internal.EnversMessageLogger' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.internal.EnversMessageLogger' 4
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.internal.EnversMessageLogger' import. 4

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.MIDDLE_ENTITY_ALIAS. 3
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.entities.mapper.relation.query.QueryConstants.REVISION_PARAMETER. 4
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 6
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 6
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.LockOptions' 16

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ConnectionReleaseMode' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcessManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Transaction' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Transaction' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/EntityChangeNotifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AbstractAuditWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AddWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AuditWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 28

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/DelWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/FakeBidirectionalRelationWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 8

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/ModWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.spi.SessionImplementor' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/PersistentCollectionChangeWorkUnit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.util.proxy.ProxyFactory' 35
 Warning imports ImportOrder Extra separation in import group before 'javassist.util.proxy.ProxyFactory' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 37

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/tools/query/Parameters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.tools.MutableBoolean' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.tools.MutableBoolean' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/tools/query/QueryBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 30

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/tools/query/UpdateBuilder.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.envers.tools.Pair. 6
 Warning imports UnusedImports Unused import - org.hibernate.envers.tools.StringTools. 7
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 9
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 9
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 9
 Warning imports UnusedImports Unused import - java.util.ArrayList. 9
 Warning imports UnusedImports Unused import - java.util.List. 11

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/envers/tools/reflection/ReflectionTools.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.tools.Pair.make. 25
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Map' 27
 Warning imports ImportOrder Extra separation in import group before 'java.util.Map' 27
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.entities.PropertyData' 29

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/tool/EnversSchemaGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 6

hibernate-orm/hibernate-envers/src/main/java/org/hibernate/tool/ant/EnversHibernateToolTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers' 27

hibernate-orm/hibernate-envers/src/test/java/ee/estonia/entities/Child.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/ee/estonia/entities/Parent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEnversTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runner.RunWith' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runner.RunWith' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 53
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.AfterClassOnce' 55
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.AfterClassOnce' 55
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.AfterClassOnce' import. 55

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runner.Runner' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runner.Runner' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.CustomRunner' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.junit4.CustomRunner' 17
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.junit4.CustomRunner' import. 17

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrIntTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestNoProxyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableListEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableListEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableMapEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableSetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/MultipleCollectionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 17

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/MultipleCollectionRefEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/MultipleCollectionRefEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ForeignKey' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component3.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component4.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrTestEntity' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrTestEntity' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneEagerComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.NotAudited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.NotAudited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrTestEntity' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrTestEntity' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/EnumTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Parameter' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/UnspecifiedEnumTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Type' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.UnversionedStrTestEntity' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.UnversionedStrTestEntity' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/UnusualIdNamingEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Sort' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Sort' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.WhereJoinTable' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/JoinTableEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.IndexColumn' 14

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetoone/BidirectionalEagerAnnotationRefEdOneToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetoone/BidirectionalEagerAnnotationRefIngOneToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Proxy' 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.EntityTrackingRevisionListener' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.EntityTrackingRevisionListener' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.RevisionEntity' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/Country.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.AccessType' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ClassicQueryTranslatorFactoryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.TestForIssue' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Oracle8iDialect' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NoneAudited.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NotVersioned.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/TransactionRollbackBehaviour.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/DetachedMultipleCollectionChangeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 12
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 12
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 14
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Oracle8iDialect' import. 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 27
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 27
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/BasicEmbeddableCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/DarkCharacter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableList1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableList2.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Date. 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 42

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/Name.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 9
 Warning imports ImportOrder Extra separation in import group before 'java.util.List' 9
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditMappedBy' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.io.File. 3
 Warning imports UnusedImports Unused import - java.net.URISyntaxException. 4
 Warning imports UnusedImports Unused import - java.net.URL. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 11
 Warning imports UnusedImports Unused import - org.hibernate.MappingException. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/Code.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.Transient. 27

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/CollectionOfMappedSuperclassComponentsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/MappedSuperclassComponentSetTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/AuditedDynamicComponentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 10
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.AbstractEnversTest' import. 17

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/NotAuditedDynamicComponentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/NotAuditedDynamicMapComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithDeclaredDataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.AuditReader' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithNoDeclaredDataTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.AuditReader' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EntityWithEmbeddableWithDeclaredData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EntityWithEmbeddableWithNoDeclaredData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports UnusedImports Unused import - org.hibernate.ejb.Ejb3Configuration. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/EnumTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ObjectUserType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 16

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ObjectUserTypeEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Columns' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ObjectUserTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Oracle8iDialect' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/UnspecifiedEnumTypeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.PostgreSQL82Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.PostgreSQL82Dialect' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.PostgreSQL82Dialect' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.PostgreSQL82Dialect' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Before' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Map' 5
 Warning imports ImportOrder Extra separation in import group before 'java.util.Map' 5
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/Item.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/Producer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Extra separation in import group before 'java.io.Serializable' 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/PurchaseOrder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/RelationInsideEmbeddableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 9
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 9
 Warning imports ImportOrder Wrong order for 'javax.persistence.EntityManager' import. 9
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/ClassType.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.Table. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/IdClassWithRelationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 9
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 9
 Warning imports ImportOrder Wrong order for 'javax.persistence.EntityManager' import. 9
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/SampleClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/protectedmodifier/ProtectedConstructorEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/protectedmodifier/ProtectedConstructorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 17

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorFormula' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.DiscriminatorFormula' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/AbstractEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/AuditedAbstractParentTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/EffectiveEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.Target' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.Target' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.exception.NotAuditedException' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.exception.NotAuditedException' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.exception.NotAuditedException' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.exception.NotAuditedException' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.jta.TestingJtaBootstrap' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.jta.TestingJtaBootstrap' 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/JoinTableDetachedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.checkCollection. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 18

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.checkCollection. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/AddDelTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversFunctionalTestCase' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversFunctionalTestCase' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversFunctionalTestCase' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.GlobalConfiguration' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.configuration.GlobalConfiguration' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 11
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 17
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 19

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.Priority' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 14
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 14
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' import. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 16

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 41

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDetachedMultipleCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Oracle8iDialect' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 17
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 17
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' import. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 18
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 19

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 43

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManualFlush.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.Priority' import. 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 12
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 14

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedMergeTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.Priority' import. 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers' 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 15
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 16

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 37

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 37

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.QueryException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.QueryException' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Properties. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 40
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.extractRevisionNumbers. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.makeList. 42

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 41

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 14

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 15

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'ee.estonia.entities.Child' 5
 Warning imports ImportOrder Extra separation in import group before 'ee.estonia.entities.Child' 5
 Warning imports ImportOrder Wrong order for 'ee.estonia.entities.Child' import. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditTable' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.FetchMode' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.persistence.GeneratedValue. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.ejb.Ejb3Configuration. 4
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 10
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 10
 Warning imports ImportOrder Wrong order for 'javax.persistence.EntityManager' import. 10
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DetachedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.checkCollection. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.checkCollection. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools.checkCollection' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.hibernate.envers.test.tools.TestTools.checkCollection. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/Constant.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Column' 5
 Warning imports ImportOrder Wrong order for 'javax.persistence.Column' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/MapsIdTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.Priority' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays' 12
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays' 12
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/PersonTuple.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.*' 5
 Warning imports ImportOrder Wrong order for 'javax.persistence.*' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.persistence.*. 5
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 16
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditJoinTable' 16

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 4

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalEagerAnnotationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalEagerHbmTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNotNull' 36
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 13
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 14
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 15

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Properties. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.net.URISyntaxException. 3
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.MappingException' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.MappingException' import. 10
 Warning imports UnusedImports Unused import - org.hibernate.MappingException. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/RemovedObjectQueryTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 10
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Hibernate' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.Hibernate' import. 13

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.query.AuditEntity' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.query.AuditEntity' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.query.AuditEntity' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.RevisionType' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.query.AuditEntity' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.query.AuditEntity' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 40
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 40

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.tools.TestTools' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.RevisionType' import. 36

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert' 31
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.RevisionType' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.RevisionType' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.RevisionType' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 42
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 42

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 11

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.ColumnTransformer' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.ColumnTransformer' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingPO.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32
 Warning imports UnusedImports Unused import - org.hibernate.ejb.Ejb3Configuration. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditReader' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.AuditReader' import. 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdRevisionEntity' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdRevisionEntity' 27
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.RevisionEntity' import. 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 35

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 37

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.annotations.GenericGenerator' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/MonotonicRevisionNumberTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Oracle8iDialect' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Oracle8iDialect' import. 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Properties. 4
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 7

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 12
 Warning imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 12
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 28

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 8
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 16
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 16
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 16

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 38
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 38
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 38

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 36
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 36
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 39
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 39

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 27

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 27

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 29

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 8
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 8

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.AuditOverride' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.NotAudited' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.NotAudited' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrIntTestEntity' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.entities.StrIntTestEntity' 6

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 7
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 10
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 10
 Warning imports UnusedImports Unused import - org.hibernate.ejb.Ejb3Configuration. 10

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 9
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 9

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 5

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Arrays' 12
 Warning imports ImportOrder Extra separation in import group before 'java.util.Arrays' 12
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.test.AbstractEnversTest' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.test.AbstractEnversTest' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 33

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 9
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 12
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 12

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.Ejb3Configuration' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.ejb.Ejb3Configuration' import. 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 34

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/tools/TestTools.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdRevisionEntity' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.enhanced.SequenceIdRevisionEntity' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.envers.configuration.GlobalConfiguration' import. 37

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 31

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 32

hibernate-orm/hibernate-envers/src/test/java/org/hibernate/envers/test/various/Person.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.envers.Audited' 30

hibernate-orm/hibernate-gradle-plugin/src/main/groovy/org/hibernate/bytecode/enhance/plugins/EnhancePlugin.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.gradle.api.plugins.JavaBasePlugin. 30
 Warning imports ImportOrder Wrong order for 'org.gradle.api.artifacts.Configuration' import. 31
 Warning imports UnusedImports Unused import - org.gradle.api.artifacts.Configuration. 31

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl' 15
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl' 15
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.impl.BaseRegion' import. 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 36

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/JndiInfinispanRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 29
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 33

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/TypeOverrides.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.config.Configuration' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.config.Configuration' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 31

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 39

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/TransactionalAccessDelegate.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 33

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/EntityRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 12
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 12

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseGeneralDataRegion.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - javax.transaction.TransactionManager. 3
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 5

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 17
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 17

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/ReadOnlyAccess.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.infinispan.util.logging.Log. 3
 Warning imports UnusedImports Unused import - org.infinispan.util.logging.LogFactory. 4
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 6

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/TransactionalAccess.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.hibernate.cache.spi.EntityRegion. 5

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 5
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 5

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/ClusteredTimestampsRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.Transaction' 37
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.Transaction' 37
 Warning imports ImportOrder Wrong order for 'javax.transaction.Transaction' import. 37
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 38

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampTypeOverrides.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampsRegionImpl.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Map. 3
 Warning imports UnusedImports Unused import - java.util.Set. 4
 Warning imports UnusedImports Unused import - java.util.concurrent.ConcurrentHashMap. 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 8
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.util.Caches' 8
 Warning imports UnusedImports Unused import - org.infinispan.notifications.Listener. 11
 Warning imports UnusedImports Unused import - org.infinispan.notifications.cachelistener.annotation.CacheEntryModified. 12
 Warning imports UnusedImports Unused import - org.infinispan.notifications.cachelistener.annotation.CacheEntryRemoved. 13
 Warning imports UnusedImports Unused import - org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent. 14
 Warning imports UnusedImports Unused import - org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent. 15
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 17
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 17
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 17

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/tm/HibernateTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Settings' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Settings' 27

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheCommandFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.commands.ReplicableCommand' 9
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.commands.ReplicableCommand' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 13
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 13
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.impl.BaseRegion' import. 13

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/Caches.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.Status' 28
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.Status' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 31
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 31

hibernate-orm/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/EvictAllCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 6
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.impl.BaseRegion' 6
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.impl.BaseRegion' import. 6

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractEntityCollectionRegionTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 40
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 41

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractGeneralDataRegionTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 42

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractNonFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.spi.RegionFactory' import. 33

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractRegionImplTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/InfinispanRegionFactoryTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 27
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 27
 Warning imports UnusedImports Unused import - org.infinispan.manager.DefaultCacheManager. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 49
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withCacheManager. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 55

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/JndiInfinispanRegionFactoryTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 5
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.SettingsFactory' 7
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.SettingsFactory' 7
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.SettingsFactory' import. 7

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/access/PutFromLoadValidatorUnitTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 37
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.access.PutFromLoadValidator' 46
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.access.PutFromLoadValidator' 46
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.access.PutFromLoadValidator' import. 46
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 49
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withCacheManager. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 54

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/AbstractCollectionRegionAccessStrategyTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 34
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 44
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 44
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 44
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 58
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withCacheManager' 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withCacheManager. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 60
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 61
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 62

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/CollectionRegionImplTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 40

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/InvalidatedTransactionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 26

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/ReadOnlyTestCase.java

Severity Category Rule Message Line
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 24

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/TransactionalExtraAPITestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 37

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractEntityRegionAccessStrategyTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 31
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 54
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 55

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractReadOnlyAccessTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 29
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.spi.access.AccessType' import. 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractTransactionalAccessTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 29
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.access.AccessType' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.spi.access.AccessType' import. 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 35
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 36

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 38
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertNull' 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 39

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/InvalidatedTransactionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 26
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 26
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 26

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/ReadOnlyExtraAPITestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 25
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 25
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/ReadOnlyTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 28
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertTrue' 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 28

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/TransactionalExtraAPITestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 37
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 38

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/AbstractFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.Map' 10
 Warning imports ImportOrder Extra separation in import group before 'java.util.Map' 10
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 13
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withTx. 13
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 14

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Criteria' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 40
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 48
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Assert.assertNotNull' 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 48
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withTx. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 51
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 54

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/Citizen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 7
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 7
 Warning imports ImportOrder Wrong order for 'javax.persistence.Entity' import. 7

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 41
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 45
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 58
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 59
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 60

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/JndiRegionFactoryTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 34
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 45
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 45
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 56

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/NaturalIdOnManyToOne.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.Entity' 6
 Warning imports ImportOrder Wrong order for 'javax.persistence.Entity' import. 6

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/SingleNodeTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 33

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/bulk/BulkOperationsTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.FlushMode' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.FlushMode' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 49
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 50
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 51

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/CacheAccessListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.notifications.Listener' 29
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.notifications.Listener' 29

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/ClassLoaderTestDAO.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 29
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Query' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Query' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.Query' import. 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedCacheTestSetup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.test.cache.infinispan.functional.cluster.ClusterAwareRegionFactory' 21
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.test.cache.infinispan.functional.cluster.ClusterAwareRegionFactory' 21

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedClassLoaderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 45
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 46

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/SelectedClassnameClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/ClusterAwareRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 27
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.manager.EmbeddedCacheManager' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 31

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaPlatformImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 33

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 44
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 44

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionManagerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 37
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 37

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 31
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.AvailableSettings' import. 31

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/EntityCollectionInvalidationTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 31
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 47
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 48

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/NaturalIdInvalidationTestCase.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.junit.After. 20
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 23
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 23
 Warning imports ImportOrder Wrong order for 'javax.transaction.TransactionManager' import. 23
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 24
 Warning imports UnusedImports Unused import - java.util.List. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.tmpDirectory' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.tmpDirectory' 28
 Warning imports UnusedImports Unused import - org.infinispan.test.TestingUtil.tmpDirectory. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.tmpDirectory. 28
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withTx. 29
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 30
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 31
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/SessionRefreshTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.SessionFactory' import. 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 41
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 42

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/query/QueryRegionImplTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 31
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.AssertionFailedError' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 41
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 41
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 41
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 52
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 52
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 53
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 54

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/PutFromLoadStressTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 20
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 20
 Warning imports ImportOrder Wrong order for 'javax.transaction.TransactionManager' import. 20
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 21
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 32
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withTx. 32
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 33
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.*. 33

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/SecondLevelCacheStressTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 45
 Warning imports ImportOrder Extra separation in import group before 'javax.transaction.TransactionManager' 45
 Warning imports ImportOrder Wrong order for 'javax.transaction.TransactionManager' import. 45
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 46
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.concurrent.*. 53
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 55
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.test.TestingUtil.withTx' 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.infinispan.test.TestingUtil.withTx. 55
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 56
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNotNull. 57
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 58

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/entities/Address.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/entities/Family.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.HashSet' import. 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/entities/Person.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Date' import. 30

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/timestamp/TimestampsRegionImplTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 28
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AdvancedCache' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.InfinispanRegionFactory' import. 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl' import. 44

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JBossStandaloneJtaExampleTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.enhydra.jdbc.standard.StandardXADataSource' 40
 Warning imports ImportOrder Extra separation in import group before 'org.enhydra.jdbc.standard.StandardXADataSource' 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 52
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 52
 Warning imports ImportOrder Wrong order for 'org.hibernate.Session' import. 52
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 65
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 65
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertNull. 66

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JtaPlatformImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 28

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaTransactionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 42
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.util.logging.Log' 42

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.transaction.tm.BatchModeTransactionManager' 32
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.transaction.tm.BatchModeTransactionManager' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 34
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 34

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.transaction.tm.BatchModeTransactionManager' 30
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.transaction.tm.BatchModeTransactionManager' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 32

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/CacheTestSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.Cache' 30
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.Cache' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.RegionFactory' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.spi.RegionFactory' import. 33

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/CacheTestUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'junit.framework.Test' 31
 Warning imports ImportOrder Extra separation in import group before 'junit.framework.Test' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.infinispan.InfinispanRegionFactory' 35

hibernate-orm/hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/ClassLoaderAwareCache.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.infinispan.AbstractDelegatingAdvancedCache' 15
 Warning imports ImportOrder Extra separation in import group before 'org.infinispan.AbstractDelegatingAdvancedCache' 15

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.spi.PersistenceProvider' 29
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.spi.PersistenceProvider' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.Session' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.Session' 31

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.osgi.framework.Bundle' 36
 Warning imports ImportOrder Extra separation in import group before 'org.osgi.framework.Bundle' 36

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiJtaPlatform.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 29
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.TransactionException' 29

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 31
 Warning imports ImportOrder Extra separation in import group before 'javax.persistence.EntityManagerFactory' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 34
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 34

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiScanner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javassist.bytecode.AnnotationsAttribute' 32
 Warning imports ImportOrder Extra separation in import group before 'javassist.bytecode.AnnotationsAttribute' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.ejb.packaging.NamedInputStream' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.ejb.packaging.NamedInputStream' 35

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiSessionFactoryService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 26
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.SessionFactory' 26

hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi/util/OsgiServiceUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 27
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 27

hibernate-orm/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 37
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 37

hibernate-orm/hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolMessageLogger.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.internal.CoreMessageLogger' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.internal.CoreMessageLogger' import. 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.INFO' 32
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger.Level.INFO' 32
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.jboss.logging.Logger.Level.INFO. 32

hibernate-orm/hibernate-proxool/src/test/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Test' 29
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 32
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Environment' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertEquals' 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 39
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 40

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/RequiresDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/ServiceRegistryBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/SkipForDialect.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 31

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/async/TimedExecutor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/byteman/BytemanHelper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.byteman.rule.Rule' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.byteman.rule.Rule' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/AbstractReadWriteAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 9
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 11
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 11
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 11

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseEntityRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseGeneralDataRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/CachingRegionFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 30

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/CollectionRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/EntityRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/NaturalIdRegionImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyCollectionRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.jboss.logging.Logger. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28
 Warning imports UnusedImports Unused import - org.hibernate.cache.CacheException. 28
 Warning imports UnusedImports Unused import - org.hibernate.cache.spi.access.SoftLock. 29
 Warning imports UnusedImports Unused import - org.hibernate.internal.CoreMessageLogger. 30

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyEntityRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyNaturalIdRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Wrong order for 'org.hibernate.cache.CacheException' import. 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteCollectionRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CollectionRegion' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.spi.CollectionRegion' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteEntityRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteNaturalIdRegionAccessStrategy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cache.CacheException' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/env/ConnectionProviderBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/jta/JtaAwareConnectionProviderImpl.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.sql.Connection' import. 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 39
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Environment' 39
 Warning imports UnusedImports Unused import - org.hibernate.engine.transaction.internal.jta.JtaStatusHelper. 40

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.AvailableSettings' 28

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaPlatformImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean' 31
 Warning imports ImportOrder Extra separation in import group before 'com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean' 31
 Warning imports ImportOrder Wrong order for 'com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean' import. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.internal.AbstractJtaPlatform' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.service.jta.platform.internal.AbstractJtaPlatform' 35

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 37
 Warning imports ImportOrder Extra separation in import group before 'org.junit.After' 37
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 40
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.HibernateException' 40
 Warning imports ImportOrder Wrong order for 'org.hibernate.HibernateException' import. 40
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 74
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.assertFalse' 74
 Warning imports UnusedImports Unused import - org.junit.Assert.assertFalse. 74
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 74
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 75

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 28
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 35
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' 35
 Warning imports ImportOrder Wrong order for 'org.hibernate.engine.transaction.internal.jta.JtaStatusHelper' import. 35

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.Arrays. 28
 Warning imports UnusedImports Unused import - java.util.LinkedList. 31
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports ImportOrder Extra separation in import group before 'org.jboss.logging.Logger' 34
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 42
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.dialect.Dialect' 42
 Warning imports ImportOrder Wrong order for 'org.hibernate.dialect.Dialect' import. 42

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/ExtendedFrameworkMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Ignore' 30
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 33
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 33
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.FailureExpected' import. 33

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/ExtraAssertions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert' 32
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.Assert.fail' 34
 Warning imports ImportOrder Extra separation in import group before 'org.junit.Assert.fail' 34
 Warning imports AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 34

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/FailureExpectedHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 30
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.FailureExpected' 30
 Warning imports ImportOrder Wrong order for 'org.hibernate.testing.FailureExpected' import. 30

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/Helper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.FrameworkMethod' 33
 Warning imports ImportOrder Extra separation in import group before 'org.junit.runners.model.FrameworkMethod' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 36
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.cfg.Configuration' 36
 Warning imports ImportOrder Wrong order for 'org.hibernate.cfg.Configuration' import. 36

hibernate-orm/hibernate-testing/src/main/java/org/hibernate/testing/junit4/TestClassMetadata.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hibernate.testing.AfterClassOnce' 32
 Warning imports ImportOrder Extra separation in import group before 'org.hibernate.testing.AfterClassOnce' 32